Late update:
I should have shared some code.
var res = MessageBox.Show(e.Message, "Something went wrong",
MessageBoxButtons.AbortRetryIgnore, MessageBoxIcon.Error,
MessageBoxDefaultButton.Button2, MessageBoxOptions.ServiceNotification
);
Turns out that specifying the service notification disrupts the theme.