- tweak: change color think

This commit is contained in:
2025-02-20 22:13:31 +03:00
parent 718fed4a76
commit 3f93964fc2
3 changed files with 19 additions and 5 deletions

View File

@@ -51,9 +51,9 @@
Padding="0,0,-4,0">
<Border.Background>
<LinearGradientBrush EndPoint="100%,50%" StartPoint="0%,50%">
<GradientStop Color="#1f1f1f" Offset="0.0" />
<GradientStop Color="#222222" Offset="0.2" />
<GradientStop Color="#222222" Offset="1.0" />
<GradientStop Color="#221f1f" Offset="0.0" />
<GradientStop Color="#282222" Offset="0.2" />
<GradientStop Color="#232222" Offset="1.0" />
</LinearGradientBrush>
</Border.Background>
<Grid ColumnDefinitions="*" RowDefinitions="*,40">