I have started to introduce MahApps.Metro (really awesome) in my WPF application and my favorite button is the default. The problem is that it puts all my text
You can override the default value by setting the property for all buttons in Window.Resources
Window.Resources
Omitting the x:Key setting causes the style to be applied to all buttons in this MetroWindow.
x:Key
MetroWindow