- add: new tab

This commit is contained in:
2024-12-19 12:46:22 +03:00
parent bb8997938d
commit 9a1bd44a6e
19 changed files with 172 additions and 57 deletions

View File

@@ -19,6 +19,18 @@
</Style>
<Style Selector="TextBlock">
<Setter Property="Foreground" Value="#f7f7ff"/>
<Setter Property="FontSize" Value="14"/>
</Style>
<Style Selector="Button">
<Setter Property="Background" Value="#e63462"/>
<Setter Property="BorderBrush" Value="#343334"/>
<Setter Property="Padding" Value="5"/>
<Setter Property="CornerRadius" Value="10"/>
</Style>
<Style Selector="Button:pressed">
<Setter Property="Background" Value="#b82a4e"/>
</Style>
<Style Selector="Button.ViewSelectButton">
@@ -30,10 +42,5 @@
<Style Selector="Button.ViewSelectButton:pressed">
<Setter Property="Background" Value="#e63462"/>
</Style>
<Style Selector="Button">
<Setter Property="Background" Value="#e63462"/>
<Setter Property="BorderBrush" Value="#343334"/>
</Style>
</Application.Styles>
</Application>