Skip to content

Commit f38e770

Browse files
committed
fix: PendingBoxDialog style in win10
1 parent ecc254f commit f38e770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Wpf.Ui.Violeta/Controls/PendingBox/PendingBoxDialog.xaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<Setter Property="Template">
3131
<Setter.Value>
3232
<ControlTemplate TargetType="{x:Type local:PendingBoxDialog}">
33-
<Grid x:Name="LayoutRoot" Background="#01000000">
34-
<vui:Grid RowDefinitions="Auto,*,Auto">
33+
<Grid x:Name="LayoutRoot" Background="{TemplateBinding Background}">
34+
<vui:Grid Background="#01000000" RowDefinitions="Auto,*,Auto">
3535
<TextBlock
3636
x:Name="PART_Title"
3737
Grid.Row="0"

0 commit comments

Comments
 (0)