From f473a7efb4ecafc043b1e809bc2179890fbcf64b Mon Sep 17 00:00:00 2001 From: DB p Date: Tue, 16 Nov 2021 16:02:12 +0900 Subject: [PATCH] - Adjust Checkbox Dark Mode --- .../Resources/CustomControlTemplate.xaml | 12 ++++++------ Flow.Launcher/Resources/Dark.xaml | 15 ++++++++++----- Flow.Launcher/Resources/Light.xaml | 7 ++++++- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/Flow.Launcher/Resources/CustomControlTemplate.xaml b/Flow.Launcher/Resources/CustomControlTemplate.xaml index 90d00b2b7..12ca4e785 100644 --- a/Flow.Launcher/Resources/CustomControlTemplate.xaml +++ b/Flow.Launcher/Resources/CustomControlTemplate.xaml @@ -665,8 +665,8 @@ x:Name="OuterEllipse" Width="20" Height="20" - Fill="#ededed" - Stroke="#858585" + Fill="{DynamicResource CustomRadioBackground}" + Stroke="{DynamicResource CustomRadioBorder}" StrokeThickness="{DynamicResource RadioButtonBorderThemeThickness}" UseLayoutRounding="False" /> - - + + @@ -741,8 +741,8 @@ - - + + diff --git a/Flow.Launcher/Resources/Dark.xaml b/Flow.Launcher/Resources/Dark.xaml index fa94a1ebc..958eb5ecf 100644 --- a/Flow.Launcher/Resources/Dark.xaml +++ b/Flow.Launcher/Resources/Dark.xaml @@ -57,7 +57,12 @@ 0,0,0,0 1,1,1,1 - + + + + + + 2,2,2,2 4,4,4,4 @@ -1101,13 +1106,13 @@ - + - - - + + + diff --git a/Flow.Launcher/Resources/Light.xaml b/Flow.Launcher/Resources/Light.xaml index c9bdde83a..7a9db5387 100644 --- a/Flow.Launcher/Resources/Light.xaml +++ b/Flow.Launcher/Resources/Light.xaml @@ -57,7 +57,12 @@ 1,1,1,0 0,0,0,1 - + + + + + + 2,2,2,2 4,4,4,4