fix result page background

This commit is contained in:
nflnkr 2024-02-22 16:18:45 +03:00
parent ff119353e9
commit a759908abb
2 changed files with 2 additions and 1 deletions

@ -36,6 +36,7 @@ export const ResultForm = ({ resultQuestion }: ResultFormProps) => {
width: "100%", width: "100%",
pt: "28px", pt: "28px",
overflow: "auto", overflow: "auto",
backgroundColor: theme.palette.background.default,
}} }}
> >
<Box <Box

2
pub.js

File diff suppressed because one or more lines are too long