feat(system): improve Separator component
This commit is contained in:
parent
2dcdfad028
commit
117c497990
|
@ -14,12 +14,12 @@ export const Separator = styled(Root, {
|
|||
'1': {
|
||||
'&[data-orientation="horizontal"]': {
|
||||
height: '1px',
|
||||
width: '100%',
|
||||
minWidth: '100%',
|
||||
},
|
||||
|
||||
'&[data-orientation="vertical"]': {
|
||||
width: '1px',
|
||||
height: '100%',
|
||||
minHeight: '100%',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue