File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 13
13
<ResourceDictionary >
14
14
<x : Double x : Key =" ContentDialogMaxWidth" >1100</x : Double >
15
15
<Thickness x : Key =" ContentDialogPadding" >0</Thickness >
16
+
17
+ <ResourceDictionary .ThemeDictionaries>
18
+ <ResourceDictionary x : Key =" Light" >
19
+ <SolidColorBrush x : Key =" Local.CardBackgroundFillColorSecondary" Color =" {StaticResource CardBackgroundFillColorSecondary}" />
20
+ </ResourceDictionary >
21
+ <ResourceDictionary x : Key =" Dark" >
22
+ <SolidColorBrush x : Key =" Local.CardBackgroundFillColorSecondary" Color =" {StaticResource SolidBackgroundFillColorBase}" />
23
+ </ResourceDictionary >
24
+ <ResourceDictionary x : Key =" HighContrast" >
25
+ <SolidColorBrush x : Key =" Local.CardBackgroundFillColorSecondary" Color =" {StaticResource SolidBackgroundFillColorBase}" />
26
+ </ResourceDictionary >
27
+ </ResourceDictionary .ThemeDictionaries>
16
28
</ResourceDictionary >
17
29
</ContentDialog .Resources>
18
30
22
34
MaxHeight=" 790"
23
35
HorizontalAlignment=" Stretch"
24
36
VerticalAlignment=" Stretch"
25
- Background=" {ThemeResource CardBackgroundFillColorSecondary}" >
37
+ Background=" {ThemeResource Local. CardBackgroundFillColorSecondary}" >
26
38
<Grid .RowDefinitions>
27
39
<RowDefinition Height =" 44" />
28
40
<RowDefinition Height =" *" />
You can’t perform that action at this time.
0 commit comments