fix: some style

This commit is contained in:
Kilu 2024-06-27 20:07:47 +08:00
parent 2cbcf2968c
commit 516cf1c9e5

View File

@ -20,7 +20,7 @@ function OutlineDrawer({ open, width, onClose }: { open: boolean; width: number;
'& .MuiDrawer-paper': {
width,
boxSizing: 'border-box',
borderColor: 'var(--line-border)',
borderColor: 'var(--line-divider)',
boxShadow: 'none',
},
}}