UraniumUI
UraniumUI copied to clipboard
TabView - tab headers do not change foreground color within changing theme mode
Headers becomes visible again after they been selected and deselected once like on last screenshot with tab one.
Is there any way to manually reload a foreground colors? Thanks
As I can see, not the foreground color only, but header generally.
Yeah, previously I was using AppThemeColor but after migrating .NET 8, MAUI started throwing exception when I try to use app theme binding:
https://github.com/enisn/UraniumUI/blob/eda026f667f5e297d0231f2ebc4f9b17c589434a/src/UraniumUI.Material/Controls/TabView.cs#L59-L61
I couldn't find a good way to make it without compromising performance so far
I'll try to find a workaround for runtime theme changing