|
@@ -0,0 +1,11 @@
|
|
|
+<Styles xmlns="https://github.com/avaloniaui"
|
|
|
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
+ xmlns:components="using:InABox.Avalonia.Components"
|
|
|
+ xmlns:forms="using:PRS.Avalonia.DigitalForms">
|
|
|
+ <Style Selector=":is(forms|DigitalFormControl).DFFieldControl components|DateSelectorButton">
|
|
|
+ <Setter Property="BorderBrush" Value="{DynamicResource PrsButtonBorder}" />
|
|
|
+ <Setter Property="BorderThickness" Value="{DynamicResource PrsBorderThickness}"/>
|
|
|
+ <Setter Property="Foreground" Value="{DynamicResource PrsButtonForeground}" />
|
|
|
+ <Setter Property="CornerRadius" Value="{DynamicResource PrsCornerRadius}" />
|
|
|
+ </Style>
|
|
|
+</Styles>
|