Browse Source

update icon for disabled

AykutSarac 2 years ago
parent
commit
056e70cb30
1 changed files with 1 additions and 1 deletions
  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;
   }
 `;