Skip to content

Commit 1a17ce8

Browse files
committed
chore: update take quiz button color
1 parent 633cc35 commit 1a17ce8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/mdx/Quiz.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ const Quiz: FC<QuizProps> = (props: QuizProps) => {
104104
<Button
105105
colorScheme="yellow"
106106
backgroundColor="yellow.600"
107+
color="white"
107108
display="flex"
108109
margin="auto"
109110
onClick={() => setShowQuiz(true)}

0 commit comments

Comments
 (0)