Skip to content

Commit

Permalink
Merge pull request #1104 from kenjiuno/fix-chkbox-20240829
Browse files Browse the repository at this point in the history
Fix foreground color of checkbox inside list of installed mods.
  • Loading branch information
shananas authored Aug 29, 2024
2 parents 6e7c90d + 934a6bd commit 48cee8e
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 48cee8e

Please sign in to comment.