fix: consistent card styles

This commit is contained in:
estrogen elf
2025-06-14 01:56:14 -05:00
parent d527226c7a
commit b74437d05e
3 changed files with 4 additions and 4 deletions

View File

@@ -9,8 +9,8 @@
<!-- Set Defaults -->
<Setter Property="Template">
<ControlTemplate>
<Border Padding="16"
CornerRadius="16,16,16,16"
<Border Padding="12"
CornerRadius="4"
Background="{DynamicResource CardBackgroundFillColorDefaultBrush}">
<ContentPresenter Content="{TemplateBinding Content}"/>
</Border>

View File

@@ -21,7 +21,7 @@
<Setter Property="Template">
<ControlTemplate>
<Grid>
<Border CornerRadius="16,16,16,16"
<Border CornerRadius="4"
Background="{DynamicResource CardBackgroundFillColorDefaultBrush}"
Margin="0 50 0 0"
Padding="16 66 16 16">

View File

@@ -7,7 +7,7 @@
x:Class="Needlework.Net.Views.Pages.Home.LibraryView"
x:DataType="vm:LibraryViewModel">
<Border Background="{DynamicResource ControlFillColorDefaultBrush}"
Padding="8"
Padding="12"
CornerRadius="4">
<StackPanel>
<TextBlock>