-
Notifications
You must be signed in to change notification settings - Fork 34
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
[Playground][wasm]Button, ProgressBar, Card- Text is not visible in Dark Theme #481
Comments
This issue is caused by samples not specifying theme resources for brushes. |
For PasswordBox and ProgressBar, the xaml that is used has Foreground harcoded for the styles, removing the values, fixes the issues since it falls back to the style of the control. @agneszitte I do not know where playground gets the xaml for the example, can you point me in the right direction? |
@carlh98 prepare the snippets and share the saved links in the issue please, we will do the update when @jeromelaban and @carldebilly will be back next week |
Snippets I was not able to test locally, after updating to the latest VS Preview (17.8.0 Preview 1.0) I'm getting the following error, I tried updating the bootstrap packages but I'm getting the same error
|
@ebariche it seems this same problem is now happening in multiple places, any chance you could look into what could be causing it? |
@carlh98 can you attach a binlog? |
@carldebilly can you help to update the playground snippets with the API please? |
Following up on @agneszitte's post in unoventive, here are some issues I discovered when comparing snippets under the three Uno Playground variants (Canary, Staging, Prod): CalendarView - On Prod only, the down arrow icon shows as the up arrow: InfoBar (muxc) - on Canary and Staging (Prod correct), the "Informational" Severity icon does not display the foreground "i". For all other types of severity ("Success", "Warning", "Error"), the icon displays correctly on all three builds. |
@silviuo interesting! Could you open individual issues for what you've found? |
@jeromelaban I created separate issues for the problems I mentioned in the previous comment. Related to this particular issue, however, besides the already mentioned snippets (Button, Cards, PasswordBox, ProgressBar), I also found the following that don't display some of the text in dark mode:
|
@silviuo can you share the links of the other issues you opened please |
|
Snippets will be updated with the 5.0 release |
Current behavior
Expected behavior
How to reproduce it (as minimally and precisely as possible)
Workaround
No response
Works on UWP/WinUI
None
Environment
No response
NuGet package version(s)
No response
Affected platforms
WebAssembly
IDE
No response
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: