소스 검색

update icon for disabled

AykutSarac 2 년 전
부모
커밋
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;
   }
 `;