Skip to content

Commit db4f2ee

Browse files
authored
Merge pull request #90 from CommunityToolkit/users/niels9001/UXfixes
UX update
2 parents 6023c59 + 25ac18e commit db4f2ee

File tree

186 files changed

+220
-140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+220
-140
lines changed

samples/MvvmSampleUwp/App.xaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<Application
22
x:Class="MvvmSampleUwp.App"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4-
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5-
RequestedTheme="Dark">
4+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
65
<Application.Resources>
76
<ResourceDictionary>
87

@@ -15,7 +14,15 @@
1514
</ResourceDictionary.MergedDictionaries>
1615

1716
<!-- Misc resources -->
18-
<Thickness x:Key="DocumentationPageContentPadding">20</Thickness>
17+
<Thickness x:Key="DocumentationPageContentPadding">12,20,20,20</Thickness>
18+
19+
<Style x:Key="CardStyle" TargetType="Grid">
20+
<Setter Property="BorderBrush" Value="{ThemeResource CardStrokeColorDefaultBrush}" />
21+
<Setter Property="Background" Value="{ThemeResource CardBackgroundFillColorDefaultBrush}" />
22+
<Setter Property="BorderThickness" Value="1" />
23+
<Setter Property="CornerRadius" Value="8" />
24+
</Style>
25+
1926
</ResourceDictionary>
2027
</Application.Resources>
2128
</Application>
552 Bytes
689 Bytes
752 Bytes
1.01 KB
2.61 KB
1.13 KB
1.13 KB
1.53 KB
1.53 KB

0 commit comments

Comments
 (0)