quiz styles

This commit is contained in:
Victor Batischev
2024-02-08 16:39:22 +03:00
parent 5b44a97329
commit 51ae926a2f
8 changed files with 50 additions and 69 deletions

View File

@ -6,7 +6,7 @@ const StarRating = ({
countStars = 1,
countActiveStars = 1,
color = "#52B709",
size = 61
size = 40
}) => {
const [shadedStars, setShadedStars] = useState([]);
const [noShadedStars, setNoShadedStars] = useState([]);