Skip to content

Commit

Permalink
Toggle color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Oct 18, 2024
1 parent 616253a commit 432a777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/toggle/toggle.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ input.btcpay-toggle {

input.btcpay-toggle:checked,
.btcpay-toggle.btcpay-toggle--active {
background: var(--btcpay-toggle-bg-hover);
background: var(--btcpay-toggle-bg-active);
}

input.btcpay-toggle:not(:disabled):checked:hover,
Expand Down
2 changes: 1 addition & 1 deletion src/static/styles/btcpayserver-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -12862,7 +12862,7 @@ input.btcpay-toggle {

input.btcpay-toggle:checked,
.btcpay-toggle.btcpay-toggle--active {
background: var(--btcpay-toggle-bg-hover);
background: var(--btcpay-toggle-bg-active);
}

input.btcpay-toggle:not(:disabled):checked:hover,
Expand Down

0 comments on commit 432a777

Please sign in to comment.