reac-admin showNotification 显示相同的 snackbar 颜色

The reac-admin showNotification display the same snackbar color

我正在使用 showNotification 向用户显示消息。 消息按预期显示和隐藏,但颜色与任何级别都相同(灰色):

this.props.showNotification(error.message, 'error')

this.props.showNotification('Done', 'success')

我们应该正确记录这一点。支持的通知类型是 infowarning