-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make prompt text readable in dark mode #4092
Make prompt text readable in dark mode #4092
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent! For some reason, I never noticed that dark text on dark background before. I've tested this change while using dark theme and didn't notice any side effects 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually just noticed this
Mar 24, 2020 7:04:48 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Caught 'java.lang.ClassCastException: java.base/java.lang.String cannot be cast to [email protected]/javafx.scene.paint.Color' while converting value for '-fx-prompt-text-fill' from rule '*.text-field' in stylesheet jar:file:/Applications/Bisq.app/Contents/Java/Bisq-1.2.9.jar!/bisq/desktop/bisq.css
Mar 24, 2020 7:04:48 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Caught 'java.lang.ClassCastException: java.base/java.lang.String cannot be cast to [email protected]/javafx.scene.paint.Color' while converting value for '-fx-prompt-text-fill' from rule '*.text-field' in stylesheet jar:file:/Applications/Bisq.app/Contents/Java/Bisq-1.2.9.jar!/bisq/desktop/bisq.css
😬 good catch - I'll have a look why this is happening |
9d92293
to
37751c7
Compare
I fixed a bug with another bug 😝 Just force-pushed the correct implementation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
As this annoys me for a long time when using dark mode, I quickly fixed this issue.
No compensation necessary - just fixing this was satisfaction enough ;-)
Before
After