changed colors

This commit is contained in:
Timerix 2024-09-18 23:44:33 +05:00
parent c0239a9c29
commit 9560acad07
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@
</Grid>
</Border>
</Grid>
<Border Grid.Row="1" Background="#6f4808B0">
<Border Grid.Row="1" Background="#954808B0">
<Grid>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
<Button Classes="menu_button button_no_border" Click="OpenLogsDirectory">logs directory</Button>

View File

@ -6,7 +6,7 @@
<SimpleTheme />
<Style Selector="Border.dark_tr_bg">
<Setter Property="Background" Value="#b7303040"/>
<Setter Property="Background" Value="#cc232333"/>
</Style>
<Style Selector="Border.white_border">