File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 449
449
BorderBrush =" {DynamicResource Fluent.Ribbon.Brushes.Control.Border}"
450
450
BorderThickness =" 1 1 1 1"
451
451
ClipToBounds =" True" >
452
- <Grid Background =" {DynamicResource Fluent.Ribbon.Brushes.White }" >
452
+ <Grid Background =" {DynamicResource Fluent.Ribbon.Brushes.InRibbonGallery.Content.Background }" >
453
453
<ScrollViewer x : Name =" ScrollViewer"
454
454
Style =" {DynamicResource Fluent.Ribbon.Styles.ScrollViewer}"
455
455
Fluent:ScrollViewerAttachedProperties.ScrollBarStyle=" {DynamicResource Fluent.Ribbon.Styles.InRibbonGallery.ScrollBar}"
Original file line number Diff line number Diff line change 179
179
180
180
<!-- Gallery -->
181
181
<SolidColorBrush x : Key =" Fluent.Ribbon.Brushes.Gallery.Header.Background" Color =" {StaticResource Fluent.Ribbon.Colors.Gray3}" options : Freeze =" True" />
182
+
183
+ <!-- InRibbonGallery -->
184
+ <SolidColorBrush x : Key =" Fluent.Ribbon.Brushes.InRibbonGallery.Content.Background" Color =" {StaticResource Fluent.Ribbon.Colors.White}" options : Freeze =" True" />
182
185
183
186
<!-- GalleryGroupContainer -->
184
187
<SolidColorBrush x : Key =" Fluent.Ribbon.Brushes.GalleryGroupContainer.Header.Background" Color =" {StaticResource Fluent.Ribbon.Colors.Gray8}" options : Freeze =" True" />
You can’t perform that action at this time.
0 commit comments