Explorar o código

style control buttons

Aykut Saraç %!s(int64=3) %!d(string=hai) anos
pai
achega
702c6b68fc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
   }
 `;