Skip to content

Commit

Permalink
Fix foreground color of checkbox inside list of installed mods.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjiuno committed Aug 29, 2024
1 parent 6e7c90d commit 934a6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenKh.Tools.ModsManager/Views/ModManagerView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>

<CheckBox Grid.Column="0" VerticalAlignment="Center" VerticalContentAlignment="Center" IsChecked="{Binding Enabled}">
<CheckBox Grid.Column="0" VerticalAlignment="Center" VerticalContentAlignment="Center" IsChecked="{Binding Enabled}" Foreground="{Binding ColorTheme.TextColor}">
<CheckBox.Content>
<Grid Margin="3 1 10 0">
<Image Width="64" Height="64" Source="{Binding IconImage}"/>
Expand Down

0 comments on commit 934a6bd

Please sign in to comment.