Skip to content

Commit

Permalink
fix: Use proper brush for CalendarDatePickerStyle Background
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed May 19, 2022
1 parent ce9b2be commit 8ec7e94
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -4,6 +4,10 @@
xmlns:not_win="http://uno.ui/not_win"
mc:Ignorable="not_win">

<SolidColorBrush x:Key="M3MaterialCalendarDatePickerBackground"
Color="{ThemeResource OnSurfaceColor}"
Opacity="0.12" />

<Style x:Key="DefaultM3MaterialCalendarDatePickerStyle"
TargetType="CalendarDatePicker">
<Setter Property="Foreground"
Expand Down Expand Up @@ -183,7 +187,7 @@
</FlyoutBase.AttachedFlyout>

<Border x:Name="Background"
Background="{StaticResource OnSurfaceBrush}"
Background="{StaticResource M3MaterialCalendarDatePickerBackground}"
CornerRadius="4,4,0,0"
Control.IsTemplateFocusTarget="True"
MinHeight="53" />
Expand Down

0 comments on commit 8ec7e94

Please sign in to comment.