mirror of
https://github.com/status-im/dappconnect-sdks.git
synced 2025-01-14 18:54:26 +00:00
feat(system): improve Separator component
This commit is contained in:
parent
37fe627d99
commit
fb6467ace9
@ -14,12 +14,12 @@ export const Separator = styled(Root, {
|
|||||||
'1': {
|
'1': {
|
||||||
'&[data-orientation="horizontal"]': {
|
'&[data-orientation="horizontal"]': {
|
||||||
height: '1px',
|
height: '1px',
|
||||||
width: '100%',
|
minWidth: '100%',
|
||||||
},
|
},
|
||||||
|
|
||||||
'&[data-orientation="vertical"]': {
|
'&[data-orientation="vertical"]': {
|
||||||
width: '1px',
|
width: '1px',
|
||||||
height: '100%',
|
minHeight: '100%',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user