I was trying to place the QNotifications widget onto a custom QDialog which was using the QDarkStyleSheet theme, however the only issue was that the background text colour was not set, so the theme's colour was automatically chosen as the background colour.
I wanted it to use the same background colour for the text in the message label as the colour of the notification.