Closed robloo closed 6 months ago
The calendar glyph is currently always black in dark theme -- not light. I fixed this by setting the Foreground from a style selector rather than hardcoded in the control theme. That said, I'm not sure why it wasn't being inherited correctly as it looks like it should have worked. This might be an upstream bug.
Note that this may be an issues fixed by https://github.com/AvaloniaUI/Avalonia/pull/15670. The work-around here shouldn't really be an issue but it might be good to revert at some point in the future (note to myself).
Also see upstream https://github.com/AvaloniaUI/Avalonia/issues/15729 discussion