Skip to content

Commit

Permalink
Ensure primary and outlined buttons are same size
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle1morel committed Dec 7, 2023
1 parent 9e5075a commit 91127b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ a:visited {
}

.p-button {
border-width: 2px;
&:not(.p-button-secondary, .p-button-success, .p-button-info, .p-button-warning, .p-button-help, .p-button-danger) {
color: $app-primary;
&:not(.p-button-outlined, .p-button-text) {
Expand Down

0 comments on commit 91127b7

Please sign in to comment.