fix background color of txid when funds are withdrawn in dark mode (#1367)

This commit is contained in:
bvcxza 2024-10-31 11:01:00 -03:00 committed by GitHub
parent 6675390e20
commit 6b91b057e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -241,6 +241,10 @@
-fx-border-width: 0 0 10 0;
}
#address-text-field.jfx-text-field:readonly {
-fx-background-color: derive(-bs-background-color, 15%);
}
.wallet-seed-words {
-fx-text-fill: -bs-color-gray-6;
}