From 22397439b97407db47fcee63d517e2d81d3e5049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Peyronnet?= Date: Sat, 6 Jan 2024 10:10:36 +0100 Subject: [PATCH] Fixed popup menu not visible in dark mode (#37) --- PermaTop/UserControls/WindowPropertyItem.xaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PermaTop/UserControls/WindowPropertyItem.xaml b/PermaTop/UserControls/WindowPropertyItem.xaml index 3e70ecc..80514a9 100644 --- a/PermaTop/UserControls/WindowPropertyItem.xaml +++ b/PermaTop/UserControls/WindowPropertyItem.xaml @@ -270,6 +270,7 @@ Click="SetPosBtn_Click" Content="{x:Static lang:Resources.SetPosition}" FontWeight="Bold" + Foreground="{DynamicResource Foreground1}" Style="{DynamicResource PrimaryButton}" />