- tweak: SVG think

This commit is contained in:
2025-01-18 18:20:11 +03:00
parent c549e449fe
commit 2e3e50e7af
43 changed files with 57 additions and 85 deletions

View File

@@ -22,8 +22,8 @@
<StackPanel Orientation="Horizontal" Spacing="5" Margin="0">
<Border MinWidth="100"
Background="{Binding CategoryColor}"
CornerRadius="5,0,0,5"
Padding="10,0,12,0" BorderThickness="2,0,2,0">
CornerRadius="5"
Padding="10,0,12,0" >
<Label FontSize="15" VerticalAlignment="Center">
<TextBlock Text="{Binding Category }" />
</Label>