瀏覽代碼

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;
   }
 `;