fix: borders
This commit is contained in:
parent
8c983cb91a
commit
2f9bc4decd
@ -69,7 +69,13 @@ export default memo(
|
|||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
) : (
|
) : (
|
||||||
<Box sx={{ width: "100%", position: "relative" }}>
|
<Box
|
||||||
|
sx={{
|
||||||
|
width: "100%",
|
||||||
|
position: "relative",
|
||||||
|
borderBottom: "1px solid rgba(0, 0, 0, 0.23)",
|
||||||
|
}}
|
||||||
|
>
|
||||||
<QuestionsPageCard
|
<QuestionsPageCard
|
||||||
key={index}
|
key={index}
|
||||||
totalIndex={index}
|
totalIndex={index}
|
||||||
|
@ -137,7 +137,7 @@ export default function QuestionsPageCard({
|
|||||||
backgroundColor: "white",
|
backgroundColor: "white",
|
||||||
border: "none",
|
border: "none",
|
||||||
boxShadow: "none",
|
boxShadow: "none",
|
||||||
marginBottom: "20px",
|
paddingBottom: "20px",
|
||||||
borderRadius: "0",
|
borderRadius: "0",
|
||||||
borderTopLeftRadius: "12px",
|
borderTopLeftRadius: "12px",
|
||||||
borderTopRightRadius: "12px",
|
borderTopRightRadius: "12px",
|
||||||
|
Loading…
Reference in New Issue
Block a user