mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Update button styles
This commit is contained in:
@@ -13,7 +13,6 @@ const Btn = styled.button<Props>`
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: none;
|
background: none;
|
||||||
color: ${({ dark, theme }) => (dark ? theme.colors.dark.text : theme.colors.light.text)};
|
color: ${({ dark, theme }) => (dark ? theme.colors.dark.text : theme.colors.light.text)};
|
||||||
padding: 1rem;
|
|
||||||
border: ${({ variant, dark, theme }) =>
|
border: ${({ variant, dark, theme }) =>
|
||||||
variant === 'outline'
|
variant === 'outline'
|
||||||
? `2px solid ${dark ? theme.colors.dark.text : theme.colors.light.text}`
|
? `2px solid ${dark ? theme.colors.dark.text : theme.colors.light.text}`
|
||||||
|
|||||||
Reference in New Issue
Block a user