rename: rename monospace style to primary

This commit is contained in:
leo 2024-07-29 20:48:04 +08:00
parent aea61e0067
commit 327b8033b6
No known key found for this signature in database
38 changed files with 159 additions and 160 deletions

View file

@ -56,7 +56,7 @@
IsVisible="{Binding !Node.IsRepository}"
IsHitTestVisible="False"/>
<TextBlock Grid.Column="1"
Classes="monospace"
Classes="primary"
FontSize="12"
HorizontalAlignment="Stretch" VerticalAlignment="Center"
TextAlignment="Center"
@ -64,7 +64,7 @@
IsVisible="{Binding Node.IsRepository}"
IsHitTestVisible="False"/>
<TextBlock Grid.Column="1"
Classes="monospace"
Classes="primary"
FontSize="12"
HorizontalAlignment="Stretch" VerticalAlignment="Center"
TextAlignment="Center"