We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251d44e commit f4c2648Copy full SHA for f4c2648
src/app/components/VerticalList/index.tsx
@@ -1,10 +1,9 @@
1
-import { COLORS } from 'styles/theme/colors'
2
import { styled } from '@mui/material/styles'
3
import Box from '@mui/material/Box'
4
5
export const VerticalList = styled(Box)(({ theme }) => ({
6
display: 'flex',
7
flexDirection: 'column',
8
gap: `0 ${theme.spacing(2)}`,
9
- backgroundColor: COLORS.brandDark,
+ backgroundColor: theme.palette.background.default,
10
}))
0 commit comments