File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 47
47
<SolidColorBrush x : Key =" App.Theme.AddressBar.BackgroundBrush" Color =" {StaticResource LayerOnMicaBaseAltFillColorDefault}" />
48
48
<SolidColorBrush x : Key =" App.Theme.Sidebar.BackgroundBrush" Color =" {StaticResource CardBackgroundFillColorDefault}" />
49
49
<SolidColorBrush x : Key =" App.Theme.FileArea.BackgroundBrush" Color =" {StaticResource CardBackgroundFillColorDefault}" />
50
+ <SolidColorBrush x : Key =" App.Theme.ContentDialog.BackgroundBrush" Color =" {StaticResource CardBackgroundFillColorSecondary}" />
50
51
51
52
<SolidColorBrush x : Key =" TabViewItemHeaderBackground" Color =" {StaticResource SubtleFillColorTransparent}" />
52
53
<SolidColorBrush x : Key =" TabViewItemHeaderBackgroundSelected" Color =" {StaticResource LayerOnMicaBaseAltFillColorDefault}" />
58
59
<SolidColorBrush x : Key =" App.Theme.AddressBar.BackgroundBrush" Color =" {StaticResource LayerOnMicaBaseAltFillColorDefault}" />
59
60
<SolidColorBrush x : Key =" App.Theme.Sidebar.BackgroundBrush" Color =" #993A3A3A" />
60
61
<SolidColorBrush x : Key =" App.Theme.FileArea.BackgroundBrush" Color =" #993A3A3A" />
62
+ <SolidColorBrush x : Key =" App.Theme.ContentDialog.BackgroundBrush" Color =" {StaticResource LayerOnMicaBaseAltFillColorSecondary}" />
61
63
62
64
<SolidColorBrush x : Key =" TabViewItemHeaderBackground" Color =" {StaticResource SubtleFillColorTransparent}" />
63
65
<SolidColorBrush x : Key =" TabViewItemHeaderBackgroundSelected" Color =" {StaticResource LayerOnMicaBaseAltFillColorDefault}" />
69
71
<SolidColorBrush x : Key =" App.Theme.AddressBar.BackgroundBrush" Color =" Transparent" />
70
72
<SolidColorBrush x : Key =" App.Theme.Sidebar.BackgroundBrush" Color =" {StaticResource CardBackgroundFillColorDefault}" />
71
73
<SolidColorBrush x : Key =" App.Theme.FileArea.BackgroundBrush" Color =" {StaticResource CardBackgroundFillColorDefault}" />
74
+ <SolidColorBrush x : Key =" App.Theme.ContentDialog.BackgroundBrush" Color =" {StaticResource SolidBackgroundFillColorBase}" />
72
75
73
76
<SolidColorBrush x : Key =" TabViewItemHeaderBackground" Color =" {StaticResource SystemColorWindowColor}" />
74
77
<SolidColorBrush x : Key =" TabViewItemHeaderBackgroundSelected" Color =" {StaticResource LayerFillColorDefault}" />
Original file line number Diff line number Diff line change 22
22
MaxHeight=" 790"
23
23
HorizontalAlignment=" Stretch"
24
24
VerticalAlignment=" Stretch"
25
- Background=" {ThemeResource CardBackgroundFillColorSecondary }" >
25
+ Background=" {ThemeResource App.Theme.ContentDialog.BackgroundBrush }" >
26
26
<Grid .RowDefinitions>
27
27
<RowDefinition Height =" 44" />
28
28
<RowDefinition Height =" *" />
You can’t perform that action at this time.
0 commit comments