AykutSarac 3 lat temu
rodzic
commit
22949d94fa
1 zmienionych plików z 1 dodań i 1 usunięć
  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};
     }
   }
 `;