mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: 404 in dark theme (#4337)
## About the changes Fix 404 error page UI in dark theme
This commit is contained in:
parent
041c06560c
commit
c8231d3efd
@ -13,7 +13,7 @@ const StyledContainer = styled('div')(({ theme }) => ({
|
||||
padding: theme.spacing(4),
|
||||
position: 'fixed',
|
||||
inset: 0,
|
||||
backgroundColor: theme.palette.primary.contrastText,
|
||||
backgroundColor: theme.palette.background.paper,
|
||||
width: '100%',
|
||||
}));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user