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
I would like to be able to set the color (for font) in header, more specifix, for the text in BarItem.
BarOptions = new ThemeBarOptions
{
LightColors = new ThemeBarColorOptions
{
BackgroundColor = "", //Value settings not working, but has to be set
Color = "red",
ItemColorOptions = new ThemeBarItemColorOptions
{
ActiveBackgroundColor = "red",
ActiveColor = "#ffffff",
HoverBackgroundColor = "", //Value settings not working, but has to be set
HoverColor = "", //Value settings not working, but has to be set
}
}
},
I've tiered the above, it only working for the sider, but not the header.
The text was updated successfully, but these errors were encountered:
Hi,
I would like to be able to set the color (for font) in header, more specifix, for the text in BarItem.
I've tiered the above, it only working for the sider, but not the header.
The text was updated successfully, but these errors were encountered: