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',
|
background: '$danger-2',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
outline: {
|
||||||
|
background: '$transparent',
|
||||||
|
color: '$primary-1',
|
||||||
|
'&:hover': {
|
||||||
|
background: '$primary-3',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
loading: {
|
loading: {
|
||||||
true: {},
|
true: {},
|
||||||
|
|
Loading…
Reference in New Issue