We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1348489 commit 5155782Copy full SHA for 5155782
src/components/Quiz/QuizWidget/QuizConfetti.tsx
@@ -3,7 +3,7 @@ import { StarConfettiIcon } from "@/components/icons/quiz/StarConfettiIcon"
3
import { cn } from "@/lib/utils/cn"
4
5
export const QuizConfetti = () => {
6
- const commonClasses = "text-[184px] absolute top-0"
+ const commonClasses = "h-[119px] absolute top-0"
7
return (
8
<>
9
<StarConfettiIcon className={cn(commonClasses, "left-0")} />
0 commit comments