AykutSarac 3 gadi atpakaļ
vecāks
revīzija
22949d94fa
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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};
     }
   }
 `;