Merge branch 'dev' into 'staging'

fix result page background

See merge request frontend/squzanswerer!88
This commit is contained in:
Nastya 2024-02-26 08:29:24 +00:00
commit 5fd073204b
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