macosui / macos_ui

Flutter widgets and themes implementing the current macOS design language.
https://macosui.github.io/macos_ui/#/
MIT License
1.82k stars 178 forks source link

fix: use prepared title wrapped with a DefaultTextStyle instead of the raw title #289

Closed jtdLab closed 2 years ago

jtdLab commented 2 years ago

Fixes a typo where the TitleBars buildmethod does not use the prepared title wrapped with a DefaultTextStyle which leads to unintended visual appearance.

Pre-launch Checklist

GroovinChip commented 2 years ago

Thanks for the PR, @jtdLab! Would you mind doing the following please:

1) Pull in the latest from dev to resolve the merge conflicts 2) Provide a before/after screenshot demonstrating your change? I'm sure it's correct, I'd just like to see it in action.

Cheers!

jtdLab commented 2 years ago

@GroovinChip

Before:

before

After:

after