Shun Miyazawa 4 лет назад
Родитель
Сommit
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">