Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Optimize the text color after selecting RadioButton
Optimize the text color after selecting RadioButton
  • Loading branch information
yanjinhuagood committed Dec 17, 2023
commit e312b5c98213ba1768341ed56582c25beae47d6d
1 change: 0 additions & 1 deletion src/WPFDevelopers.Shared/Styles/Styles.RadioButton.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
<Trigger Property="IsChecked" Value="True">
<Setter TargetName="PART_Border" Property="Fill" Value="{DynamicResource WD.PrimaryNormalSolidColorBrush}" />
<Setter TargetName="PART_Border" Property="Stroke" Value="{DynamicResource WD.PrimaryNormalSolidColorBrush}" />
<Setter TargetName="PART_ContentPresenter" Property="TextElement.Foreground" Value="{DynamicResource WD.PrimaryNormalSolidColorBrush}" />
</Trigger>
<MultiTrigger>
<MultiTrigger.Conditions>
Expand Down