fix: ratings
This commit is contained in:
parent
92822b46f5
commit
4a13a02ddf
@ -44,12 +44,14 @@ export const Rating = ({ currentQuestion }: RatingProps) => {
|
|||||||
<StarIconMini
|
<StarIconMini
|
||||||
color={theme.palette.brightPurple.main}
|
color={theme.palette.brightPurple.main}
|
||||||
width={50}
|
width={50}
|
||||||
|
sx={{ transform: "scale(1.4)" }}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
emptyIcon={
|
emptyIcon={
|
||||||
<StarIconMini
|
<StarIconMini
|
||||||
color={theme.palette.grey2.main}
|
color={theme.palette.grey2.main}
|
||||||
width={50}
|
width={50}
|
||||||
|
sx={{ transform: "scale(1.4)" }}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user