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…
Reference in New Issue