denpalrius / Material-Message-Box

A WPF Message Box implementing material design
MIT License
84 stars 13 forks source link

[Question] - How should we change the MaterialDesignTheme? #17

Open m-blattner opened 2 years ago

m-blattner commented 2 years ago

Sry for leaving an Issue, I could not find an email adress.

The MessageBox does not react to changes in Primary oder Accent Color of MaterialDesign. So how can we get the MessageBox to adopt the current theming?

m-blattner commented 2 years ago

One Solution I found is to use CustomMaterialMessageBox and clear the current Resources and exchange them with the ones from Application.Current. At least with this the theme set there is used :)

m-blattner commented 2 years ago

I actually implemented a Solution and opened a PR