Update button styles

This commit is contained in:
Hazem Krimi
2021-01-14 23:37:25 +01:00
parent 690d0b30cf
commit 93ef6cefd9
-1
View File
@@ -13,7 +13,6 @@ const Btn = styled.button<Props>`
cursor: pointer;
background: none;
color: ${({ dark, theme }) => (dark ? theme.colors.dark.text : theme.colors.light.text)};
padding: 1rem;
border: ${({ variant, dark, theme }) =>
variant === 'outline'
? `2px solid ${dark ? theme.colors.dark.text : theme.colors.light.text}`