Skip to content

Commit

Permalink
fix: color of light-button in dark mode (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Aug 2, 2022
1 parent 61a3956 commit f27a27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ h2 {
border-color: var(--bs-gray-800) !important;
}

:root[data-theme='dark'] .btn {
:root[data-theme='dark'] .btn:not(.btn-light) {
--bs-btn-color: var(--bs-white);
}

Expand Down

0 comments on commit f27a27a

Please sign in to comment.