Skip to content

Commit

Permalink
Merge branch 'master' into devsecops
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-ivanov committed Dec 10, 2023
2 parents d31f36d + de437bd commit 05b3e88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ModernWpf.Controls/CommandBar/CommandBar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
<Grid
x:Name="ContentRoot"
VerticalAlignment="Top"
Margin="{TemplateBinding Padding}"
Height="{TemplateBinding Height}"
MinHeight="{DynamicResource AppBarThemeCompactHeight}"
Background="{TemplateBinding Background}">
Expand All @@ -74,6 +73,7 @@
-->
<ContentControl
x:Name="ContentControl"
Margin="{TemplateBinding Padding}"
Content="{TemplateBinding Header}"
ContentTemplate="{TemplateBinding HeaderTemplate}"
Foreground="{TemplateBinding Foreground}"
Expand Down
4 changes: 2 additions & 2 deletions ModernWpf/ThemeResources/Dark.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@

<Color x:Key="SmokeFillColorDefault">#332C2C2C</Color>

<Color x:Key="LayerFillColorDefault">#09FFFFFF</Color>
<Color x:Key="LayerFillColorDefault">#4C3A3A3A</Color>
<Color x:Key="LayerFillColorAlt">#0DFFFFFF</Color>
<Color x:Key="LayerOnAcrylicFillColorDefault">#09FFFFFF</Color>
<Color x:Key="LayerOnAccentAcrylicFillColorDefault">#09FFFFFF</Color>
Expand Down Expand Up @@ -1304,7 +1304,7 @@

<!-- Resources for ProgressRing -->
<m:StaticResource x:Key="ProgressRingForegroundThemeBrush" ResourceKey="AccentFillColorDefaultBrush" />
<m:StaticResource x:Key="ProgressRingBackgroundThemeBrush" ResourceKey="ControlFillColorTertiaryBrush" />
<m:StaticResource x:Key="ProgressRingBackgroundThemeBrush" ResourceKey="ControlFillColorTransparentBrush" />

<!-- Resources for RadioButton -->
<sys:Double x:Key="RadioButtonBorderThemeThickness">1</sys:Double>
Expand Down
4 changes: 2 additions & 2 deletions ModernWpf/ThemeResources/Light.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<!-- Colors -->

<Color x:Key="TextFillColorPrimary">#E4000000</Color>
<Color x:Key="TextFillColorSecondary">#93000000</Color>
<Color x:Key="TextFillColorSecondary">#9E000000</Color>
<Color x:Key="TextFillColorTertiary">#72000000</Color>
<Color x:Key="TextFillColorDisabled">#5C000000</Color>
<Color x:Key="TextFillColorInverse">#FFFFFF</Color>
Expand Down Expand Up @@ -1307,7 +1307,7 @@

<!-- Resources for ProgressRing -->
<m:StaticResource x:Key="ProgressRingForegroundThemeBrush" ResourceKey="AccentFillColorDefaultBrush" />
<m:StaticResource x:Key="ProgressRingBackgroundThemeBrush" ResourceKey="ControlFillColorTertiaryBrush" />
<m:StaticResource x:Key="ProgressRingBackgroundThemeBrush" ResourceKey="ControlFillColorTransparentBrush" />

<!-- Resources for RadioButton -->
<sys:Double x:Key="RadioButtonBorderThemeThickness">1</sys:Double>
Expand Down

0 comments on commit 05b3e88

Please sign in to comment.