瀏覽代碼

style button

AykutSarac 3 年之前
父節點
當前提交
22949d94fa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/constants/globalStyle.ts

+ 1 - 1
src/constants/globalStyle.ts

@@ -43,7 +43,7 @@ const GlobalStyle = createGlobalStyle`
     }
 
     &:hover {
-      filter: brightness(0.85);
+      box-shadow: 3px 3px 5px ${({ theme }) => theme.BLACK};
     }
   }
 `;