Set background for left side bar

This commit is contained in:
Nicola Benaglia 2025-05-26 05:23:32 +02:00
parent d56eb43e9b
commit 5e16cb9c6b
3 changed files with 3 additions and 3 deletions

View File

@ -351,7 +351,7 @@ export const AppsDesktop = ({
<Box
sx={{
alignItems: 'center',
backgroundColor: theme.palette.background.paper,
backgroundColor: theme.palette.background.default,
borderRight: `1px solid ${theme.palette.border.subtle}`,
display: 'flex',
flexDirection: 'column',

View File

@ -76,7 +76,7 @@ export const AppsHomeDesktop = ({
<Box
sx={{
alignItems: 'center',
backgroundColor: theme.palette.background.paper,
backgroundColor: theme.palette.background.default,
borderRadius: '20px',
display: 'flex',
gap: '20px',

View File

@ -40,7 +40,7 @@ export const DesktopSideBar = ({
<Box
sx={{
alignItems: 'center',
backgroundColor: theme.palette.background.paper,
backgroundColor: theme.palette.background.default,
borderRight: `1px solid ${theme.palette.border.subtle}`,
display: 'flex',
flexDirection: 'column',