Skip to content
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

PropertyGrid - text is invisible in all the "Light" themes #89

Open
MikePelton opened this issue Jan 2, 2023 · 0 comments
Open

PropertyGrid - text is invisible in all the "Light" themes #89

MikePelton opened this issue Jan 2, 2023 · 0 comments

Comments

@MikePelton
Copy link

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.

  <Design.PreviewWith>
        <Border Padding="20">
            <TextBox>Banana</TextBox>
        </Border>
    </Design.PreviewWith>

Putting a TextBlock in instead gets the expected black text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant