[Run] Fix plugins selection style (#30546)

* fix plugin selection style

* addressed feedbacks and tweaks
This commit is contained in:
Davide Giacometti
2023-12-27 18:26:54 +01:00
committed by GitHub
parent ccd401fc16
commit 740299189a
2 changed files with 7 additions and 23 deletions

View File

@@ -108,7 +108,7 @@
Grid.Column="1"
Margin="12,0,0,0"
VerticalAlignment="Center"
Foreground="{DynamicResource TextFillColorSecondaryBrush}"
Foreground="{DynamicResource TextFillColorPrimaryBrush}"
Text="{Binding Plugin.Description}"
TextTrimming="CharacterEllipsis"
TextWrapping="Wrap" />