diff --git a/frontend/src/component/common/NotFound/NotFound.tsx b/frontend/src/component/common/NotFound/NotFound.tsx index 6661d7d3e5..2abb6cdd53 100644 --- a/frontend/src/component/common/NotFound/NotFound.tsx +++ b/frontend/src/component/common/NotFound/NotFound.tsx @@ -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%', }));