Toggle color fix

This commit is contained in:
Dennis Reimann 2024-10-18 15:14:30 +02:00
parent b5b45d9a27
commit 62d765125d
No known key found for this signature in database
GPG Key ID: 5009E1797F03F8D0

View File

@ -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,