feat: add size classes
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<!-- Add Resources Here -->
|
||||
|
||||
<x:Double x:Key="ButtonGroupDefaultFontSize">14</x:Double>
|
||||
<FontWeight x:Key="ButtonGroupDefaultFontWeight">600</FontWeight>
|
||||
<CornerRadius x:Key="ButtonGroupCornerRadius">3</CornerRadius>
|
||||
|
||||
<SolidColorBrush x:Key="ButtonGroupSeparatorForeground" Opacity="0.08" Color="#FF1C1F23" />
|
||||
<!-- Light -->
|
||||
<SolidColorBrush x:Key="ButtonGroupDefaultPrimaryForeground" Color="#0077FA" />
|
||||
|
||||
Reference in New Issue
Block a user