feat(ui): tweak resizehandle styling

This commit is contained in:
psychedelicious 2024-07-10 18:19:26 +10:00 committed by Kent Keirsey
parent 6bf29b20af
commit 788f90a7d5

View File

@ -48,12 +48,12 @@ const sx: SystemStyleObject = {
transitionDuration: 'normal',
'.resize-handle-inner': {
'&[data-orientation="horizontal"]': {
w: 'calc(100% - 1rem)',
w: '100%',
h: '2px',
},
'&[data-orientation="vertical"]': {
w: '2px',
h: 'calc(100% - 1rem)',
h: '100%',
},
borderRadius: 'base',
transitionProperty: 'inherit',