Skip to content

Commit

Permalink
Fix button colors on mobile (#6493)
Browse files Browse the repository at this point in the history
  • Loading branch information
chikeichan authored Apr 25, 2019
1 parent ec712d5 commit 429bb5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/app/components/ui/button/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ $hover-orange: #FFD3B5;
.btn-secondary {
color: $Blue-500;
border: 2px solid $hover-secondary;
background-color: $white;

&:hover {
border-color: $Blue-500;
Expand All @@ -90,6 +91,7 @@ $hover-orange: #FFD3B5;
.btn-warning {
color: $Orange-500;
border: 2px solid $hover-orange;
background-color: $white;

&:hover {
border-color: $Orange-500;
Expand All @@ -110,6 +112,7 @@ $hover-orange: #FFD3B5;
.btn-danger {
color: $Red-500;
border: 2px solid $hover-red;
background-color: $white;

&:hover {
border-color: $Red-500;
Expand Down

0 comments on commit 429bb5e

Please sign in to comment.