Skip to content

Commit

Permalink
Merge pull request #758 from ubuntu/Feichtmeier/issue757
Browse files Browse the repository at this point in the history
fix(YaruTitleBar): foreground color is not forwarded to YaruTitleBar
  • Loading branch information
Feichtmeier authored Aug 11, 2023
2 parents 967903f + fd1c9d6 commit 0534998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/widgets/yaru_title_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ class YaruWindowTitleBar extends StatelessWidget
centerTitle: centerTitle,
titleSpacing: titleSpacing,
backgroundColor: backgroundColor,
foregroundColor: foregroundColor,
shape: shape,
border: border,
style: style,
Expand Down

0 comments on commit 0534998

Please sign in to comment.