You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The generated CollectionView DataTemplate for ListDetail is unreadable when run on an OS set to Dark Mode. This has been reproduced under both Windows and iOS.
To Reproduce
Steps to reproduce the behavior:
Generate the default app template that includes the ListDetail page.
Run the app on a Windows or iOS machine set to use Dark Mode
The list will effectively render with black text on a black background
Expected behavior
Text should be reasonably colored (foreground and background) as appropriate to both Light and Dark modes on all platforms.
Screenshots
Versions (please complete the following information):
OS: Windows 11 and iOS 17
Visual Studio version 2022
Extension Version [e.g. 1.0 -- it's in the bottom-righthand corner of the wizard]: 1.3.3
Additional context
Just removing the TextColor setting in the DataTemplate appears to resolve the issue.
The text was updated successfully, but these errors were encountered:
Hmm... that's very odd. Alright, I'll gen up a new project with the latest release and see if it still repros here. I'll also screen shot the selections I make along the way in case that makes a difference. I'll let you know either way.
Describe the bug
The generated CollectionView DataTemplate for ListDetail is unreadable when run on an OS set to Dark Mode. This has been reproduced under both Windows and iOS.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Text should be reasonably colored (foreground and background) as appropriate to both Light and Dark modes on all platforms.
Screenshots
Versions (please complete the following information):
Additional context
Just removing the TextColor setting in the DataTemplate appears to resolve the issue.
The text was updated successfully, but these errors were encountered: