Skip to content

Commit

Permalink
Fixes #512 by fixing foreground color of back button in backstage
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Feb 15, 2018
1 parent ac8b624 commit d3795a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for Fluent.Ribbon

## 6.0.1 (preview)

- ### Bug fixes
- [#512](../../issues/512) - Ideal text color should match the colors in the ribbon

## 6.0.0

- ### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion Fluent.Ribbon/Themes/Controls/BackstageTabControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<Setter Property="Background"
Value="Transparent" />
<Setter Property="Foreground"
Value="{DynamicResource WhiteBrush}" />
Value="{DynamicResource Fluent.Ribbon.Brushes.IdealForegroundColorBrush}" />
</Trigger>
<Trigger Property="Fluent:RibbonProperties.AppTheme"
Value="BaseDark">
Expand Down

0 comments on commit d3795a9

Please sign in to comment.