Skip to content

Commit

Permalink
change colors button success (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Jun 15, 2022
1 parent d6b6227 commit 0965a47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/themes/default/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@

.btn-success {
border: 0;
background-color: @av-primary-contrast;
background-color: @av-secondary-contrast;
}

.btn-success:hover {
background-color: darken(@av-primary-contrast, 25%);
background-color: @av-primary-contrast;
}

.btn-transparent {
Expand Down
4 changes: 2 additions & 2 deletions themes/default/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@

.btn-success {
border: 0;
background-color: @av-primary-contrast;
background-color: @av-secondary-contrast;
}

.btn-success:hover {
background-color: darken(@av-primary-contrast, 25%);
background-color: @av-primary-contrast;
}

.btn-transparent {
Expand Down

0 comments on commit 0965a47

Please sign in to comment.