Skip to content

Commit

Permalink
style: use border-color in dark theme for tertiary button
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jul 23, 2024
1 parent 3dbec4e commit 3acb154
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
--bs-btn-hover-border-color: currentColor;
--bs-btn-active-bg: #{shade-color($tertiary, 60%)};
--bs-btn-active-shadow: transparent;
--bs-btn-border-color: var(--bs-border-color);
--bs-btn-disabled-border-color: var(--bs-border-color);
--bs-btn-disabled-opacity: 0.4;
}

.btn-outline-dark {
Expand Down

0 comments on commit 3acb154

Please sign in to comment.