Skip to content

Commit ab83cc8

Browse files
fix(QuizWidget): update color token values
1 parent 0118c5c commit ab83cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Quiz/QuizWidget.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ const QuizWidget: React.FC<IProps> = ({ quizKey, maxQuestions }) => {
303303
!showAnswer
304304
? "primary.base"
305305
: currentQuestionAnswerChoice?.isCorrect
306-
? "success"
307-
: "error"
306+
? "success.base"
307+
: "error.base"
308308
}
309309
position="absolute"
310310
top={0}

0 commit comments

Comments
 (0)