Skip to content

Commit

Permalink
update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Sablan committed Jan 22, 2024
1 parent 18cd546 commit 102f658
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/buttons/styles/color.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const buttonColorStyle = `
.${CLASS.BUTTON}.${CLASS.TEXT_COLOR}-${TEXT_COLOR.BLACK} {
color: #2C2E2F;
color: #001435;
}
.${CLASS.BUTTON}.${CLASS.TEXT_COLOR}-${TEXT_COLOR.WHITE} {
Expand All @@ -27,7 +27,7 @@ export const buttonColorStyle = `
.${CLASS.BUTTON}.${CLASS.COLOR}-${BUTTON_COLOR.GOLD},
.${CLASS.BUTTON_ROW}.${CLASS.COLOR}-${BUTTON_COLOR.GOLD} .menu-button {
background: #ffc439;
background: #FFD140;
}
@media (hover:hover) {
Expand Down Expand Up @@ -321,7 +321,7 @@ export const buttonColorStyle = `
.${CLASS.BUTTON}.${CLASS.COLOR}-${BUTTON_COLOR.WHITE},
.${CLASS.BUTTON_ROW}.${CLASS.COLOR}-${BUTTON_COLOR.WHITE} .menu-button {
background: #fff;
border: 1px solid #555;
border: 1px solid #001435;
}
@media (hover:hover) {
Expand Down

0 comments on commit 102f658

Please sign in to comment.