AykutSarac %!s(int64=3) %!d(string=hai) anos
pai
achega
22949d94fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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};
     }
   }
 `;