mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-02-10 05:24:52 +00:00
feat(system): add outline button variant
This commit is contained in:
parent
211adef137
commit
15526db046
@ -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…
x
Reference in New Issue
Block a user