feat: Enhance button styles and layout across various views for improved UI consistency
This commit is contained in:
@@ -15,9 +15,10 @@
|
||||
</ListBox.ItemsPanel>
|
||||
<ListBox.ItemTemplate>
|
||||
<DataTemplate>
|
||||
<Button Width="170"
|
||||
Height="130"
|
||||
Margin="8"
|
||||
<Button Width="150"
|
||||
Height="70"
|
||||
Margin="8,6"
|
||||
Classes="card"
|
||||
Background="#B0000000"
|
||||
BorderBrush="Yellow"
|
||||
BorderThickness="2"
|
||||
@@ -25,8 +26,7 @@
|
||||
CommandParameter="{Binding}">
|
||||
<TextBlock Text="{Binding Name}"
|
||||
Foreground="White"
|
||||
FontSize="20"
|
||||
FontWeight="Bold"
|
||||
FontSize="15"
|
||||
TextWrapping="Wrap"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
|
||||
Reference in New Issue
Block a user