mirror of
https://github.com/Unleash/unleash.git
synced 2024-10-28 19:06:12 +01:00
fix: dark mode background (#6803)
Fixes a bug where the background of Legal values was white for dark mode <img width="758" alt="Screenshot 2024-04-09 at 10 10 16" src="https://github.com/Unleash/unleash/assets/104830839/6936be0f-fc60-49a3-b414-dbb32012f8be"> Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
parent
130bc20683
commit
1d6634d5ae
@ -4,7 +4,7 @@ export const StyledContainer = styled('div')(({ theme }) => ({
|
||||
display: 'inline-block',
|
||||
wordBreak: 'break-word',
|
||||
padding: theme.spacing(0.5, 1),
|
||||
background: theme.palette.common.white,
|
||||
background: theme.palette.background.paper,
|
||||
border: `1px solid ${theme.palette.divider}`,
|
||||
borderRadius: theme.shape.borderRadius,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user