Skip to content

Commit c71e820

Browse files
committed
Fixing popup background
1 parent 271ebd4 commit c71e820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Fluent.Ribbon/Themes/Controls/ResizeableContentControl.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Border x:Name="PART_DropDownBorder"
1515
HorizontalAlignment="Stretch"
1616
VerticalAlignment="Stretch"
17-
Background="{DynamicResource Fluent.Ribbon.Brushes.DropDown..Background}"
17+
Background="{DynamicResource Fluent.Ribbon.Brushes.DropDown.Background}"
1818
BorderBrush="{DynamicResource Fluent.Ribbon.Brushes.DropDown.Border}"
1919
BorderThickness="1"
2020
SnapsToDevicePixels="True">
@@ -34,7 +34,7 @@
3434
Height="11"
3535
HorizontalAlignment="Stretch"
3636
VerticalAlignment="Top"
37-
Background="{DynamicResource Fluent.Ribbon.Brushes.DropDown.Resize..Background}"
37+
Background="{DynamicResource Fluent.Ribbon.Brushes.DropDown.Resize.Background}"
3838
BorderBrush="{DynamicResource Fluent.Ribbon.Brushes.DropDown.Resize.Border}"
3939
BorderThickness="0 1 0 0">
4040
<Grid>

0 commit comments

Comments
 (0)