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
All text in all the "Light." themes for a PropertyGrid is coloured a very pale blue and hence unreadable. Weirdly the Avalonia DevTools Diagnostic reports the foreground colour as Black, so it looks like some inner chunk of the textbox template is somehow finding that pale colour. This effect shows up in the demo application, and can also be seen if you put a preview control textbox into (for example) Light.Blue.axaml.
All text in all the "Light." themes for a PropertyGrid is coloured a very pale blue and hence unreadable. Weirdly the Avalonia DevTools Diagnostic reports the foreground colour as Black, so it looks like some inner chunk of the textbox template is somehow finding that pale colour. This effect shows up in the demo application, and can also be seen if you put a preview control textbox into (for example) Light.Blue.axaml.
Putting a TextBlock in instead gets the expected black text.
The text was updated successfully, but these errors were encountered: