Skip to content

Commit

Permalink
NR Improve Label colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Dec 19, 2023
1 parent aea7310 commit c2f5eb6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@

<Style TargetType="Label">
<Setter Property="FontSize" Value="15"/>
<Setter Property="TextColor" Value="{StaticResource Gray900}"/>
</Style>

<Style x:Key="Title" TargetType="Label">
<Setter Property="FontSize" Value="18"/>
<Setter Property="FontAttributes" Value="Bold"/>
<Setter Property="TextColor" Value="{StaticResource Gray600}"/>
</Style>

<Style x:Key="Subtitle" TargetType="Label">
Expand Down

0 comments on commit c2f5eb6

Please sign in to comment.