fix offer passphrase label for dark mode

This commit is contained in:
woodser 2025-05-23 10:31:06 -04:00
parent 9da6fcffec
commit bc649b1d4d
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF
2 changed files with 5 additions and 5 deletions

View file

@ -2568,10 +2568,6 @@ textfield */
-fx-text-fill: -fx-dark-text-color !important;
}
.regular-text-color {
-fx-text-fill: -bs-text-color;
}
.details-text-area {
-fx-background-radius: 8;
-fx-border-radius: 8;
@ -2602,7 +2598,7 @@ textfield */
}
.passphrase-copy-box .jfx-button {
-fx-padding: 3 12 3 12;
-fx-padding: 4 12 4 12;
-fx-background-radius: 999;
-fx-border-radius: 999;
-fx-min-height: 0;

View file

@ -625,3 +625,7 @@
.table-view.non-interactive-table .table-cell.highlight-text .zero-decimals {
-fx-text-fill: -bs-color-gray-3;
}
.regular-text-color {
-fx-text-fill: -bs-text-color;
}