Skip to content

Commit e59edc6

Browse files
authored
fix: add radio option color class (#376)
1 parent 4a12de9 commit e59edc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/quiz-question/answer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const radioOptionDefaultClasses = [
5252
"p-[20px]",
5353
"flex",
5454
"items-center",
55+
"bg-background-primary",
5556
];
5657

5758
const radioWrapperDefaultClasses = [

0 commit comments

Comments
 (0)