fix: borders

This commit is contained in:
IlyaDoronin 2023-10-13 15:21:27 +03:00
parent 8c983cb91a
commit 2f9bc4decd
2 changed files with 8 additions and 2 deletions

@ -69,7 +69,13 @@ export default memo(
</Typography>
</Box>
) : (
<Box sx={{ width: "100%", position: "relative" }}>
<Box
sx={{
width: "100%",
position: "relative",
borderBottom: "1px solid rgba(0, 0, 0, 0.23)",
}}
>
<QuestionsPageCard
key={index}
totalIndex={index}

@ -137,7 +137,7 @@ export default function QuestionsPageCard({
backgroundColor: "white",
border: "none",
boxShadow: "none",
marginBottom: "20px",
paddingBottom: "20px",
borderRadius: "0",
borderTopLeftRadius: "12px",
borderTopRightRadius: "12px",