Skip to content

Commit

Permalink
Fix modal colors
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Jan 19, 2022
1 parent 292cf7d commit c66e166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BTCPayServer/wwwroot/main/bootstrap/bootstrap.css
Expand Up @@ -5330,7 +5330,7 @@ fieldset:disabled .btn {
width: 100%;
color: var(--btcpay-body-text);
pointer-events: auto;
background-color: var(--btcpay-black);
background-color: var(--btcpay-bg-tile);
background-clip: padding-box;
border: 1px solid var(--btcpay-body-border-medium);
border-radius: 0.3rem;
Expand Down Expand Up @@ -6087,7 +6087,7 @@ fieldset:disabled .btn {
}

.offcanvas-backdrop.show {
opacity: 0.85;
opacity: 1;
}

.offcanvas-header {
Expand Down

0 comments on commit c66e166

Please sign in to comment.