messageStyle not shown if stylesheet is set
Opened this issue · 2 comments
dsgoers commented
If I have this, the messageStyle seems to be ignored. However, if i remove stylesheetError
the properties in messageStyle show up.
messagebar.MessageBarManager.showAlert({ message: 'There was a problem loading your data', alertType: 'error', stylesheetError: { backgroundColor: '#FF5532', strokeColor: '#FF5532' }, messageStyle: { color: 'white', fontSize: 16 }, });
herarya commented
+1
masteryoda2596 commented
check it out dude, i faced with the same issue and i've solved it since 2 weeks. #41