Browse Source

style control buttons

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