Skip to content

Commit

Permalink
Fixed an issue in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Mar 17, 2024
1 parent c464c57 commit aaba4cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ColorPicker/UserControls/ColorItem.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,9 @@
x:Name="NoteTxt"
MinWidth="100"
MinHeight="50"
BorderThickness="0" />
Background="Transparent"
BorderThickness="0"
Foreground="{DynamicResource Foreground1}" />
</Border>
<Button
x:Name="SaveBtn"
Expand Down

0 comments on commit aaba4cf

Please sign in to comment.