fix style
This commit is contained in:
parent
44a192e8ad
commit
dc327ca1dd
@ -63,10 +63,10 @@ export const PointSystemResultList = () => {
|
|||||||
</Box>
|
</Box>
|
||||||
<Typography
|
<Typography
|
||||||
sx={{
|
sx={{
|
||||||
color: answeredVariant?.points ? "inherit" : theme.palette.grey[500],
|
color: answeredVariant?.points ? theme.palette.primary.main : theme.palette.grey[500],
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{answeredVariant?.points || "0"}/10
|
{answeredVariant?.points || "0"}
|
||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
<Box
|
<Box
|
||||||
|
Loading…
Reference in New Issue
Block a user