diff --git a/components/Button.tsx b/components/Button.tsx index ce185be..0ac5c87 100644 --- a/components/Button.tsx +++ b/components/Button.tsx @@ -58,22 +58,9 @@ const Btn = styled.button` : 'inherit'}; } - &:focus { - color: ${({ variant, dark, theme }) => - variant === 'outline' - ? dark - ? theme.colors.dark.background - : theme.colors.light.background - : 'inherit'}; - } - &:hover::before { transform: scaleX(1); } - - &:focus::before { - transform: scaleX(1); - } `; const Button: FC = ({