Browse Source

update icon for disabled

AykutSarac 2 năm trước cách đây
mục cha
commit
056e70cb30
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
   }
 `;