ux: use bold font weight for current branch name (#997)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-02-18 16:54:00 +08:00
parent af4645a4ad
commit 3d4a9b86b4
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View file

@ -65,6 +65,7 @@
<TextBlock Grid.Column="1"
Classes="primary"
Text="{Binding Name}"
FontWeight="{Binding IsCurrent, Converter={x:Static c:BoolConverters.IsBoldToFontWeight}}"
TextTrimming="CharacterEllipsis"/>
</Grid>