style<Window>: macOS caption button color

This commit is contained in:
leo 2024-02-19 11:33:09 +08:00
parent 09b96b148c
commit d9f566673e
4 changed files with 6 additions and 6 deletions

View file

@ -28,7 +28,7 @@
<Button Classes="caption_button_macos" Click="CloseWindow">
<Grid>
<Ellipse Fill="{DynamicResource Brush.MacOS.Close}"/>
<Path Height="7" Width="7" Stretch="Fill" Data="{StaticResource Icons.MacOS.Close}"/>
<Path Height="7" Width="7" Stretch="Fill" Fill="#80000000" Data="{StaticResource Icons.MacOS.Close}"/>
</Grid>
</Button>
</Grid>