Skip to content

Commit

Permalink
fix() color was white for some people on button
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Dec 7, 2023
1 parent 552a7cf commit dbe6f05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/common-ui/components/Button/Button.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
box-shadow: -5px 5px 0 #000;
outline: 0;
padding: 7px;
color: #000;
}

.Button:hover {
Expand Down

0 comments on commit dbe6f05

Please sign in to comment.