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
As you can see, the properties Text.Foreground and DownArrowGlyph.Fill have a general color of ThemeResources but these colors afects all the application style, what you need is to use a concrete ThemeResource like CalendarViewNavigationButtonBorderBrushPointerOver.
You can change the size of the font using properties DayItemFontSize and MonthYearItemFontFamily, but you cannot change the WeekDayName and it's always the same size.
Why is this needed:
It would be very useful since this way you can easily customize the style referring to concrete keys of the ThemeResource and properties from change all values. It would not be convenient to modify the template in any other way.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
ThemeResources for property values that are currently set directly to Setters in VisualStates.
Uno.Themes/src/library/Uno.Material/Styles/Controls/v2/CalendarView.xaml
Lines 207 to 230 in 1da7240
As you can see, the properties Text.Foreground and DownArrowGlyph.Fill have a general color of ThemeResources but these colors afects all the application style, what you need is to use a concrete ThemeResource like CalendarViewNavigationButtonBorderBrushPointerOver.
You can change the size of the font using properties DayItemFontSize and MonthYearItemFontFamily, but you cannot change the WeekDayName and it's always the same size.
Why is this needed:
It would be very useful since this way you can easily customize the style referring to concrete keys of the ThemeResource and properties from change all values. It would not be convenient to modify the template in any other way.
The text was updated successfully, but these errors were encountered: