Skip to content

Commit

Permalink
changed button text/changed button text color
Browse files Browse the repository at this point in the history
  • Loading branch information
alefever39 committed Oct 28, 2022
1 parent da1af07 commit 385c3f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cards/AlliesCard/AlliesCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function AlliesCard() {
darkMode ? "dark" : "light"
}AllieDarkButton`}
>
Dark Mode
{darkMode ? "Light Mode" : "Dark Mode"}
</button>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion src/cards/AlliesCard/AlliesCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
.allieDarkButton {
border-radius: 2rem;
font-size: 0.8rem;
width: 5rem;
width: auto;
height: 1.5rem;
}

Expand All @@ -92,4 +92,5 @@

.darkAllieDarkButton:hover {
background-color: rgb(51, 206, 226);
color: black;
}

0 comments on commit 385c3f9

Please sign in to comment.