ButchersBoy / Dragablz

Dragable and tearable tab control for WPF
http://dragablz.net
MIT License
2.17k stars 320 forks source link

Need to update SecondaryAccentBrush to SecondaryHueMidBrush #258

Open RichardRobertson opened 3 years ago

RichardRobertson commented 3 years ago

Some resource keys changed in MaterialDesignInXAML and this is one I encountered that needs to be updated in the Dragablz Material theme. As a workaround in my current code, I'm just binding to the new resource key in a style.

https://github.com/ButchersBoy/Dragablz/blob/da7a4e58e1986b59fade3805f3777e6acb3e8fc5/Dragablz/Themes/MaterialDesign.xaml#L152 https://github.com/ButchersBoy/Dragablz/blob/da7a4e58e1986b59fade3805f3777e6acb3e8fc5/Dragablz/Themes/MaterialDesign.xaml#L270