Skip to content

Commit

Permalink
Adjust button colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramirisu committed Feb 1, 2024
1 parent 8e970e7 commit 650a479
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/Quiz.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const Quiz = () => {
>
<Button style={{
width: '100%',
backgroundColor: 'darkgreen',
backgroundColor: '#004000',
border: '0',
color: 'white',
...getButtonStyles(),
Expand All @@ -188,7 +188,7 @@ const Quiz = () => {
</Button>
<Button style={{
width: '85%',
backgroundColor: 'limegreen',
backgroundColor: 'green',
border: '0',
color: 'white',
...getButtonStyles(),
Expand All @@ -200,7 +200,7 @@ const Quiz = () => {
</Button>
<Button style={{
width: '70%',
backgroundColor: 'chartreuse',
backgroundColor: 'limegreen',
border: '0',
color: 'white',
...getButtonStyles(),
Expand Down

0 comments on commit 650a479

Please sign in to comment.