Browse Source

style button

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