Skip to content

Commit

Permalink
fix: dark mode background (#6803) (#6804)
Browse files Browse the repository at this point in the history
## About the changes

Pulls in dark mode fix for strategy constraint legal values background
from PR #6803 to be released in 5.11.1

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
Co-authored-by: andreas-unleash <andreas@getunleash.ai>
  • Loading branch information
daveleek and andreas-unleash committed Apr 9, 2024
1 parent d8724dc commit e51aeaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit e51aeaf

Please sign in to comment.