Minor design update

This commit is contained in:
Dennis Reimann
2024-08-19 14:39:47 +02:00
parent f77cdb7148
commit bd91c45d1f

View File

@@ -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);
}