Skip to content

Commit

Permalink
Fixed popup menu not visible in dark mode (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Jan 6, 2024
1 parent d7fa39d commit 2239743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PermaTop/UserControls/WindowPropertyItem.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@
Click="SetPosBtn_Click"
Content="{x:Static lang:Resources.SetPosition}"
FontWeight="Bold"
Foreground="{DynamicResource Foreground1}"
Style="{DynamicResource PrimaryButton}" />
<Button
x:Name="SetScreenBtn"
Expand All @@ -279,6 +280,7 @@
Click="SetScreenBtn_Click"
Content="{x:Static lang:Resources.MoveToScreen}"
FontWeight="Bold"
Foreground="{DynamicResource Foreground1}"
Style="{DynamicResource PrimaryButton}" />
</StackPanel>
</Border>
Expand Down

0 comments on commit 2239743

Please sign in to comment.