Color on play button does not change (minor)
Closed this issue · 2 comments
SleepySmore commented
Bug Description
I'm using the Harmony theme and trying to change the text colors with ThemeModifier. Everything changes except the Play button. It stays aqua. I've tested it on other themes, and it does change to the correct color. I've tried to modify the constants file, but it doesn't work.
To Reproduce
No response
Extensions log
No response
Screenshots
No response
darklinkpower commented
It's not a bug. The style definition doesn't use the GlyphBrush resource since it is an animation and can't use it. If you want to change it, you need to modify it in the them files
Harmony/source/DerivedStyles/PlayButton.xaml
Lines 38 to 83 in 7c5de9f
SleepySmore commented
Thank you for that! Much appreciated! Sorry to waste your time.