mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
DesktopDrawer: fix shadow
This commit is contained in:
@@ -36,7 +36,7 @@ const DesktopDrawerTranslatingSheet = styled(Sheet)(({ theme }) => ({
|
||||
// borderTopRightRadius: 'var(--AGI-Optima-Radius)',
|
||||
// borderBottomRightRadius: 'var(--AGI-Optima-Radius)',
|
||||
// contain: 'strict',
|
||||
boxShadow: theme.shadow.md,
|
||||
boxShadow: `0 0 32px 4px rgba(${theme.palette.neutral.darkChannel} / 0.16)`, // was: theme.shadow.md, which is too think and complex
|
||||
|
||||
// content layout
|
||||
display: 'flex',
|
||||
|
||||
Reference in New Issue
Block a user