소스 검색

style control buttons

Aykut Saraç 3 년 전
부모
커밋
702c6b68fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/containers/LiveEditor/index.tsx

+ 1 - 1
src/containers/LiveEditor/index.tsx

@@ -42,7 +42,7 @@ const StyledControls = styled.div`
   opacity: 0.9;
 
   button:hover {
-    opacity: 0.5;
+    opacity: 0.7;
   }
 `;