Update mui theme

This commit is contained in:
schroda
2024-09-04 22:26:40 +02:00
parent 378c97aa1b
commit be471ba06b
9 changed files with 62 additions and 53 deletions

View File

@@ -200,7 +200,7 @@ const DescriptionGenre = ({
position: isCollapsed ? 'absolute' : null,
width: '100%',
bottom: 0,
background: (theme) => `linear-gradient(transparent 1px, ${theme.palette.background.paper})`,
background: (theme) => `linear-gradient(transparent 1px, ${theme.palette.background.default})`,
}}
>
<IconButton sx={{ color: (theme) => (theme.palette.mode === 'light' ? 'black' : 'text') }}>