Skip to content

Commit 96915d7

Browse files
committed
Fix Style
1 parent d76b406 commit 96915d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/Resources/CustomControlTemplate.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2804,7 +2804,7 @@
28042804
<Setter TargetName="BorderElementInline" Property="BorderBrush" Value="{DynamicResource TextControlBorderBrushFocused}" />
28052805
<Setter TargetName="BorderElementInline" Property="BorderThickness" Value="0 0 0 2" />
28062806
<Setter TargetName="BorderElement" Property="BorderBrush" Value="{DynamicResource CustomTextBoxOutline}" />
2807-
<Setter TargetName="BorderElement" Property="BorderThickness" Value="{DynamicResource 2 2 2 0}" />
2807+
<Setter TargetName="BorderElement" Property="BorderThickness" Value="2 2 2 0" />
28082808
<Setter Property="Foreground" Value="{DynamicResource TextControlForegroundFocused}" />
28092809
</Trigger>
28102810
<MultiTrigger>

0 commit comments

Comments
 (0)