Skip to content

Commit 5155782

Browse files
committed
fix height in quiz confetti icon
1 parent 1348489 commit 5155782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Quiz/QuizWidget/QuizConfetti.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { StarConfettiIcon } from "@/components/icons/quiz/StarConfettiIcon"
33
import { cn } from "@/lib/utils/cn"
44

55
export const QuizConfetti = () => {
6-
const commonClasses = "text-[184px] absolute top-0"
6+
const commonClasses = "h-[119px] absolute top-0"
77
return (
88
<>
99
<StarConfettiIcon className={cn(commonClasses, "left-0")} />

0 commit comments

Comments
 (0)