|
@ -20,7 +20,7 @@ const openNotification = function () { |
|
|
notification.open({ |
|
|
notification.open({ |
|
|
message: 'Notification Title', |
|
|
message: 'Notification Title', |
|
|
description: 'This is the content of the notification. This is the content of the notification. This is the content of the notification.', |
|
|
description: 'This is the content of the notification. This is the content of the notification. This is the content of the notification.', |
|
|
icon: <Icon type="smile-circle" style={{ color: '#2db7f5' }} />, |
|
|
icon: <Icon type="smile-circle" style={{ color: '#108ee9' }} />, |
|
|
}); |
|
|
}); |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|