Prechádzať zdrojové kódy

update icon for disabled

AykutSarac 2 rokov pred
rodič
commit
056e70cb30
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;
   }
 `;