|
|
@@ -0,0 +1,15 @@
|
|
|
+<Styles xmlns="https://github.com/avaloniaui"
|
|
|
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
+ xmlns:components="using:InABox.Avalonia.Components">
|
|
|
+ <Style Selector="components|CalendarView.Standard">
|
|
|
+ <Setter Property="BorderBrush" Value="{DynamicResource PrsTileBorder}" />
|
|
|
+ <Setter Property="BorderThickness">
|
|
|
+ <Setter.Value>
|
|
|
+ <DynamicResource ResourceKey="PrsBorderThickness" />
|
|
|
+ </Setter.Value>
|
|
|
+ </Setter>
|
|
|
+ <Setter Property="Background" Value="Transparent" />
|
|
|
+ <Setter Property="CornerRadius" Value="{DynamicResource PrsCornerRadius}" />
|
|
|
+ <Setter Property="Margin" Value="{DynamicResource PrsControlSpacing}" />
|
|
|
+ </Style>
|
|
|
+</Styles>
|