Przeglądaj źródła

style control buttons

Aykut Saraç 3 lat temu
rodzic
commit
702c6b68fc
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
   }
 `;