Skip to content

Commit

Permalink
fix: fixed outline buttons color issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tfsumon committed Mar 9, 2024
1 parent 6f5bf2e commit e2ef6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
}

.btn-outline-primary {
color: $white;
color: $color-primary;
padding: 12px 24px;
background: transparent;
border: 1px solid $white;
border: 1px solid $color-primary;

&:hover,
&:active,
Expand Down

0 comments on commit e2ef6ff

Please sign in to comment.