diff --git a/components/Button.tsx b/components/Button.tsx index ae45467..41fbcf5 100644 --- a/components/Button.tsx +++ b/components/Button.tsx @@ -46,9 +46,7 @@ const Btn = styled.button>` } &:hover { - @media (min-width: 768px) { - color: ${({ variant }) => (variant === 'outline' ? 'var(--background)' : 'inherit')}; - } + color: ${({ variant }) => (variant === 'outline' ? 'var(--background)' : 'inherit')}; } &:hover::before {