Hi,
I'm using the NuGet package Extended WPF Toolkit (2.3)
Here is my DateTimeUpDown under Windows 7 :

And the same under Windows 8 :

My first attempt was to include the PresentationFramework.Aero.dll as an embedded resource and add it to the ResourceDictionary in my App.xaml
```
<ResourceDictionary Source="/PresentationFramework.Aero;component/themes/Aero.NormalColor.xaml"/>
```
but the spinner still have this gray background.
Any idea ?
Thanks !
Comments: ** Comment from web user: iliesaya **
I'm using the NuGet package Extended WPF Toolkit (2.3)
Here is my DateTimeUpDown under Windows 7 :

And the same under Windows 8 :

My first attempt was to include the PresentationFramework.Aero.dll as an embedded resource and add it to the ResourceDictionary in my App.xaml
```
<ResourceDictionary Source="/PresentationFramework.Aero;component/themes/Aero.NormalColor.xaml"/>
```
but the spinner still have this gray background.
Any idea ?
Thanks !
Comments: ** Comment from web user: iliesaya **
Thank you for your answer,
this code doesn't change anything in my project, Neither in Windows 7 nor in Windows 8 .
Is there a chance that something is overriding this style ? I don't have anything with the key 'RepeatButton' nor 'SpinnerButtonStyleKey' in my ResourceDictionaryAE.xaml , but I am using "MahApps.Metro" .