mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-06 10:10:48 +01:00
fix: consistent card styles
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user