fix distorted confirm payment sent checkbox in windows dark mode

This commit is contained in:
woodser 2025-06-09 07:05:46 -04:00 committed by GitHub
parent 183782982c
commit 62d5eb4bc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2283,6 +2283,7 @@ textfield */
-fx-background-insets: 44; -fx-background-insets: 44;
-fx-background-radius: 15; -fx-background-radius: 15;
-fx-border-radius: 15; -fx-border-radius: 15;
-fx-effect: dropshadow(gaussian, -bs-text-color-dropshadow-light-mode, 44, 0, 0, 0);
} }
.notification-popup-bg, .peer-info-popup-bg { .notification-popup-bg, .peer-info-popup-bg {