Skip to content

Commit

Permalink
Fix button color
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Moffat authored and Mark Moffat committed Feb 1, 2020
1 parent 8373dfc commit 4a84f7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/stylesheets/less/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ input.form-control.customerDetails{
}

.btn-warning, .btn-primary {
color: #ffffff;
color: #ffffff !important;
background-color: @primary-btn-color;
border-color: @primary-btn-color;
}
Expand Down
2 changes: 1 addition & 1 deletion public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ input.form-control.customerDetails {
}
.btn-warning,
.btn-primary {
color: #ffffff;
color: #ffffff !important;
background-color: #000000;
border-color: #000000;
}
Expand Down
2 changes: 1 addition & 1 deletion public/stylesheets/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a84f7d

Please sign in to comment.