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">