remove redundant styles in EntryEditWindow

This commit is contained in:
2026-03-26 14:47:55 +03:00
parent b8d5f4b933
commit 4594fcbf4d

View File

@@ -50,12 +50,5 @@
<Style Selector="TextBox">
<Setter Property="Foreground" Value="Black" />
</Style>
<Style Selector="Button /template/ ContentPresenter">
<Setter Property="Foreground" Value="Black" />
</Style>
<Style Selector="Button:pointerover /template/ ContentPresenter">
<Setter Property="Foreground" Value="Black" />
<Setter Property="Background" Value="#ccc" />
</Style>
</Window.Styles>
</Window>