Skip to content

Commit

Permalink
Adjust input group text background
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Aug 19, 2024
1 parent 328d6f4 commit 14ff86e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/bootstrap/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ $form-switch-width: 2.5em;

$input-group-addon-color: var(--btcpay-form-text-addon);
$input-group-addon-bg: var(--btcpay-form-bg-addon);
$input-group-addon-border-color: var(--btcpay-form-bg-addon);

$card-color: var(--btcpay-body-text);
$card-bg: var(--btcpay-bg-tile);
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 @@ -2688,7 +2688,7 @@ textarea.form-control-lg {
text-align: center;
white-space: nowrap;
background-color: var(--btcpay-form-bg-addon);
border: var(--btcpay-border-width) solid var(--btcpay-form-border);
border: var(--btcpay-border-width) solid var(--btcpay-form-bg-addon);
border-radius: var(--btcpay-border-radius);
}

Expand Down

0 comments on commit 14ff86e

Please sign in to comment.