Set customizable FontWeight for Header
Opened this issue · 2 comments
alvahtin commented
In your Themes, the GBHeaderText component is set to FontWeight="Bold". I think not everyone will want to have FontWeight="Bold". Maybe bind it to the ComboBox property so that it is customizable?
BinToss commented
BinToss commented
Done, but I discovered issues in the release pipeline. One issue is a quick fix—remove async
langwords and refactor to synchronous functions. The rest require complete rewrites because they're design failures.
I've been working on the rewrites for the past few weeks.