-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Wrong foreground/text color with dark theme under frame #3365
Comments
@realivanjx To fix this issue just add the style to the page |
Is |
@realivanjx Yes, it's added via Controls.xaml. |
Is it under this? I use this for
|
@realivanjx It's a style not a Control. |
Thanks. It runs successfully and fixes the issue but vs2017 somehow throws an error:
Is that normal? |
@realivanjx I don't know, this is related to which VS you use and/or which SDK... |
Describe the bug
When im using this library's dark theme (BaseDark), i noticed that text color is not converted/applied properly if the control is under a Frame (currently only textblock faced this issue). Please fix this.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Textblock control text color converted properly to match the theme (should be white).
Screenshots
Running app result:

Environment:
App.xaml contents:
The text was updated successfully, but these errors were encountered: