Files

11 lines
478 B
XML

<Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style Selector="Border.greg-stat-card">
<Setter Property="Background" Value="{DynamicResource GregBrushBgSurface}"/>
<Setter Property="BorderBrush" Value="{DynamicResource GregBrushBorder}"/>
<Setter Property="BorderThickness" Value="1"/>
<Setter Property="CornerRadius" Value="10"/>
<Setter Property="Padding" Value="12"/>
</Style>
</Styles>