Skip to content

Commit

Permalink
Update Window.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Jul 1, 2024
1 parent 8620356 commit 5353cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/iNKORE.UI.WPF.Modern/Themes/Styles/Window.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<Setter Property="UseLayoutRounding" Value="True" />
<!--<Setter Property="WindowChrome.WindowChrome" Value="{DynamicResource DefaultWindowChrome}" />-->
<Setter Property="root:ThemeManager.IsThemeAware" Value="True" />
<Setter Property="chelper:WindowHelper.Acrylic10Color" Value="#F9F9F9"/>
<Setter Property="chelper:WindowHelper.Acrylic10Color" Value="{DynamicResource {x:Static root:ThemeKeys.LayerOnAcrylicFillColorDefaultKey}}"/>
<Setter Property="primitives:TitleBar.Background" Value="{DynamicResource ControlFillColorTransparentBrush}" />
<Setter Property="primitives:TitleBar.Foreground" Value="{DynamicResource SystemControlForegroundBaseHighBrush}" />
<Setter Property="primitives:TitleBar.InactiveBackground" Value="{DynamicResource ControlFillColorTransparentBrush}" />
Expand Down

0 comments on commit 5353cb1

Please sign in to comment.