UraniumUI icon indicating copy to clipboard operation
UraniumUI copied to clipboard

TabView - tab headers do not change foreground color within changing theme mode

Open nick4real opened this issue 10 months ago • 3 comments

image image image 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

nick4real avatar Apr 21 '24 16:04 nick4real

As I can see, not the foreground color only, but header generally. image image

nick4real avatar Apr 21 '24 16:04 nick4real

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

enisn avatar Apr 26 '24 10:04 enisn

I'll try to find a workaround for runtime theme changing

enisn avatar Apr 26 '24 10:04 enisn