mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-02 02:10:27 +00:00
Update button styles
This commit is contained in:
@@ -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}`
|
||||
|
||||
Reference in New Issue
Block a user