fix style

This commit is contained in:
Nastya 2024-10-23 16:39:18 +03:00
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