Fix pressed button color being a weird grey

This commit is contained in:
trawzified
2023-12-26 20:13:15 +01:00
parent b5b3d9c109
commit 0baba1bfff

View File

@ -32,7 +32,7 @@
<Color x:Key="LightBackgroundColor">#424242</Color>
<Color x:Key="BackgroundColor">#222531</Color>
<Color x:Key="DisabledBackgroundColor">#424242</Color>
<Color x:Key="PressedBackgroundColor">#323232</Color>
<Color x:Key="PressedBackgroundColor">#4e4571</Color>
<Color x:Key="LightDisabledBackgroundColor">#666666</Color>
<Color x:Key="HeatedBorderColor">#362675</Color>