feature: add two color keys Color.DecoratorBranch and Color.DecoratorTag (#225)

This commit is contained in:
leo 2024-07-01 16:27:22 +08:00
parent 6dad466eef
commit fca20965f8
No known key found for this signature in database
6 changed files with 18 additions and 18 deletions

View file

@ -46,7 +46,7 @@
<DataTemplate DataType="{x:Type m:Decorator}">
<Border Height="16" Margin="0,0,4,0" CornerRadius="2" ClipToBounds="True">
<StackPanel Orientation="Horizontal">
<Border Background="{DynamicResource Brush.Decorator}" Width="16">
<Border Background="{DynamicResource Brush.DecoratorIconBG}" Width="16">
<Path Width="8" Height="8"
Stretch="Uniform"
Data="{Binding Type, Converter={x:Static c:DecoratorTypeConverters.ToIcon}}"