Skip to content

Commit e2a01ee

Browse files
committed
fix text styles in quiz icon
1 parent 449826a commit e2a01ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Quiz/QuizWidget/AnswerIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type AnswerIconProps = {
1818
*/
1919
export const AnswerIcon = ({ answerStatus }: AnswerIconProps) => {
2020
const commonProps = {
21-
color: "neutral",
21+
className: "text-body-inverse",
2222
}
2323

2424
const IconWrapper = (props: ChildOnlyProp) => {

0 commit comments

Comments
 (0)