Skip to content

Commit

Permalink
fix: plus btn of country to green
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEscaleira committed Apr 20, 2024
1 parent 889d251 commit 84062d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Game/CountryQuizList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const CountryQuizList = ({ quizList, isLoadingCountryQuizList }: CountryQ

{isLoggedIn && (
<Tooltip content="Create a quiz">
<Button variant="outlined" color="black" size="md" onClick={goToQuizForm} className="p-3">
<Button variant="outlined" color="green" size="md" onClick={goToQuizForm} className="p-3">
<Plus />
</Button>
</Tooltip>
Expand Down

0 comments on commit 84062d9

Please sign in to comment.