Skip to content

Commit

Permalink
chips checked bold text
Browse files Browse the repository at this point in the history
  • Loading branch information
kikipoulet committed Oct 21, 2024
1 parent 8a536d6 commit e19ea70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SukiUI/Theme/RadioButtonStyles.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
<Setter Property="Foreground" Value="White" />
<Setter Property="FontWeight" Value="Bold"></Setter>
</Style>

<Style Selector="RadioButton.Chips:checked AccessText">
<Setter Property="Foreground" Value="White" />
<Setter Property="FontWeight" Value="DemiBold"></Setter>
</Style>

<Style Selector="RadioButton.Chips:checked Border">
<Setter Property="BorderBrush" Value="{DynamicResource SukiPrimaryColor}" />
Expand Down

0 comments on commit e19ea70

Please sign in to comment.