Skip to content

Commit 9090d46

Browse files
committed
Update demo toolbar background to standard Primary brush
Updates the custom background ToolBar in the demo app to use the standard Primary brush instead of the Dark variant. This continues to demonstrate that the overflow button correctly inherits the ToolBar's background color while using a more conventional theme resource.
1 parent 16e0f2e commit 9090d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MainDemo.Wpf/MenusAndToolBars.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380

381381
<smtx:XamlDisplay Margin="0,16,0,16" UniqueKey="menus_toolbar_custom_bg">
382382
<ToolBarTray>
383-
<ToolBar Background="{DynamicResource MaterialDesign.Brush.Primary.Dark}"
383+
<ToolBar Background="{DynamicResource MaterialDesign.Brush.Primary}"
384384
ClipToBounds="False"
385385
Style="{StaticResource MaterialDesignToolBar}">
386386
<Button Content="{materialDesign:PackIcon Kind=ContentSave}" ToolTip="Save" />

0 commit comments

Comments
 (0)