mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
[Run] Fix plugins selection style (#30546)
* fix plugin selection style * addressed feedbacks and tweaks
This commit is contained in:
committed by
GitHub
parent
ccd401fc16
commit
740299189a
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user