Skip to content

Commit

Permalink
💄 border and text color
Browse files Browse the repository at this point in the history
  • Loading branch information
h-campos committed Apr 26, 2023
1 parent 8fc4cec commit a885440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Quizz/Quizz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const Quizz = () => {
<Score
score={score}
maxScore={quizzData.length}
style='py-3 px-4 rounded-md bg-zinc-400 ml-4'
style='py-3 px-4 rounded-md bg-zinc-400 ml-4 border-2 text-white'
/>
</div>
<button
Expand Down

0 comments on commit a885440

Please sign in to comment.