Skip to content

Commit

Permalink
more style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
g-pooja-03 committed Nov 26, 2024
1 parent ad2d36c commit fae1843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/main/voteComponent/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
}

.vote-button-upvoted {
background-color: #38a169;
background-color: #63a88a;
color: white;
}

.vote-button-downvoted {
background-color: #e53e3e;
background-color: #be5362;
color: white;
}

Expand Down

0 comments on commit fae1843

Please sign in to comment.