Shun Miyazawa 4 년 전
부모
커밋
a682489793
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/components/Sidebar/PageTree/Item.tsx

+ 1 - 1
packages/app/src/components/Sidebar/PageTree/Item.tsx

@@ -437,7 +437,7 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
           </a>
         )}
         { isRenaming && (
-          <i className="fa fa-spinner fa-pulse mr-1"></i>
+          <i className="fa fa-spinner fa-pulse mx-auto text-muted"></i>
         )}
         {(descendantCount > 0) && (
           <div className="grw-pagetree-count-wrapper">