fix style
This commit is contained in:
parent
44a192e8ad
commit
dc327ca1dd
@ -63,10 +63,10 @@ export const PointSystemResultList = () => {
|
||||
</Box>
|
||||
<Typography
|
||||
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>
|
||||
</Box>
|
||||
<Box
|
||||
|
Loading…
Reference in New Issue
Block a user