mirror of
https://github.com/status-im/status-web.git
synced 2025-01-10 12:46:14 +00:00
feat(system): add outline button variant
This commit is contained in:
parent
b23e4b4611
commit
4c0800e5ef
@ -44,6 +44,13 @@ export const Base = styled('button', {
|
||||
background: '$danger-2',
|
||||
},
|
||||
},
|
||||
outline: {
|
||||
background: '$transparent',
|
||||
color: '$primary-1',
|
||||
'&:hover': {
|
||||
background: '$primary-3',
|
||||
},
|
||||
},
|
||||
},
|
||||
loading: {
|
||||
true: {},
|
||||
|
Loading…
x
Reference in New Issue
Block a user