Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/library/Uno.Material/Styles/Controls/v2/CalendarView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<x:String x:Key="MaterialDownArrowPathData">M0,0L32,0 16,19.745z</x:String>
<SolidColorBrush x:Key="MaterialCalendarTodayForeground"
Color="{ThemeResource OnSurfaceColor}"
Color="{ThemeResource OnPrimaryColor}"
Opacity="0.87" />
<SolidColorBrush x:Key="MaterialCalendarBlackoutForeground"
Color="{ThemeResource OnSurfaceColor}"
Expand Down Expand Up @@ -99,7 +99,7 @@
<not_win:Setter Property="TodaySelectedBackground"
Value="{ThemeResource PrimaryBrush}" />
<not_win:Setter Property="TodayBackground"
Value="Transparent" />
Value="{ThemeResource PrimaryBrush}" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="CalendarView">
Expand Down