mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-29 16:14:59 +00:00
ux: change style for commit ref decorators (#395)
* change font from `Fonts.Monospace` to `Fonts.Primary` * increase the font size
This commit is contained in:
parent
854563ef41
commit
8f114e8a32
3 changed files with 4 additions and 5 deletions
|
@ -100,8 +100,8 @@
|
|||
BranchNameBackground="{DynamicResource Brush.DecoratorBranch}"
|
||||
TagNameBackground="{DynamicResource Brush.DecoratorTag}"
|
||||
LabelForeground="{DynamicResource Brush.DecoratorFG}"
|
||||
FontFamily="{DynamicResource Fonts.Monospace}"
|
||||
FontSize="10"
|
||||
FontFamily="{DynamicResource Fonts.Primary}"
|
||||
FontSize="11"
|
||||
VerticalAlignment="Center"
|
||||
Refs="{Binding Decorators}"/>
|
||||
</Border>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue