AykutSarac 2 лет назад
Родитель
Сommit
056e70cb30
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/containers/Editor/BottomBar.tsx

+ 1 - 1
src/containers/Editor/BottomBar.tsx

@@ -64,7 +64,7 @@ const StyledBottomBarItem = styled.button`
 
   &:disabled {
     opacity: 0.4;
-    cursor: progress;
+    cursor: default;
   }
 `;