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 -->
|
<!-- Set Defaults -->
|
||||||
<Setter Property="Template">
|
<Setter Property="Template">
|
||||||
<ControlTemplate>
|
<ControlTemplate>
|
||||||
<Border Padding="16"
|
<Border Padding="12"
|
||||||
CornerRadius="16,16,16,16"
|
CornerRadius="4"
|
||||||
Background="{DynamicResource CardBackgroundFillColorDefaultBrush}">
|
Background="{DynamicResource CardBackgroundFillColorDefaultBrush}">
|
||||||
<ContentPresenter Content="{TemplateBinding Content}"/>
|
<ContentPresenter Content="{TemplateBinding Content}"/>
|
||||||
</Border>
|
</Border>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
<Setter Property="Template">
|
<Setter Property="Template">
|
||||||
<ControlTemplate>
|
<ControlTemplate>
|
||||||
<Grid>
|
<Grid>
|
||||||
<Border CornerRadius="16,16,16,16"
|
<Border CornerRadius="4"
|
||||||
Background="{DynamicResource CardBackgroundFillColorDefaultBrush}"
|
Background="{DynamicResource CardBackgroundFillColorDefaultBrush}"
|
||||||
Margin="0 50 0 0"
|
Margin="0 50 0 0"
|
||||||
Padding="16 66 16 16">
|
Padding="16 66 16 16">
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
x:Class="Needlework.Net.Views.Pages.Home.LibraryView"
|
x:Class="Needlework.Net.Views.Pages.Home.LibraryView"
|
||||||
x:DataType="vm:LibraryViewModel">
|
x:DataType="vm:LibraryViewModel">
|
||||||
<Border Background="{DynamicResource ControlFillColorDefaultBrush}"
|
<Border Background="{DynamicResource ControlFillColorDefaultBrush}"
|
||||||
Padding="8"
|
Padding="12"
|
||||||
CornerRadius="4">
|
CornerRadius="4">
|
||||||
<StackPanel>
|
<StackPanel>
|
||||||
<TextBlock>
|
<TextBlock>
|
||||||
|
|||||||
Reference in New Issue
Block a user