Skip to content

Commit 5fd6af0

Browse files
Jack251970TBM13
authored andcommitted
Fix ExpanderHeaderFocusVisual
1 parent d7ae9e7 commit 5fd6af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/Resources/CustomControlTemplate.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@
11631163
<Rectangle
11641164
Margin="0"
11651165
SnapsToDevicePixels="true"
1166-
Stroke="Black"
1166+
Stroke="{DynamicResource Color05B}"
11671167
StrokeDashArray="1 2"
11681168
StrokeThickness="1" />
11691169
</Border>
@@ -1342,7 +1342,7 @@
13421342
ContentTemplate="{TemplateBinding HeaderTemplate}"
13431343
ContentTemplateSelector="{TemplateBinding HeaderTemplateSelector}"
13441344
DockPanel.Dock="Top"
1345-
FocusVisualStyle="{StaticResource ExpanderHeaderFocusVisual}"
1345+
FocusVisualStyle="{DynamicResource ExpanderHeaderFocusVisual}"
13461346
FontFamily="{TemplateBinding FontFamily}"
13471347
FontSize="{TemplateBinding FontSize}"
13481348
FontStretch="{TemplateBinding FontStretch}"

0 commit comments

Comments
 (0)