feat(system): add outline button variant

This commit is contained in:
Pavel Prichodko 2022-04-06 10:34:35 +02:00
parent b23e4b4611
commit 4c0800e5ef
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
1 changed files with 7 additions and 0 deletions

View File

@ -44,6 +44,13 @@ export const Base = styled('button', {
background: '$danger-2',
},
},
outline: {
background: '$transparent',
color: '$primary-1',
'&:hover': {
background: '$primary-3',
},
},
},
loading: {
true: {},