[new feature] Notify: add className prop (#2681)
This commit is contained in:
@@ -52,7 +52,8 @@ Notify.defaultOptions = {
|
||||
text: '',
|
||||
color: WHITE,
|
||||
background: RED,
|
||||
duration: 3000
|
||||
duration: 3000,
|
||||
className: ''
|
||||
};
|
||||
|
||||
Notify.setDefaultOptions = options => {
|
||||
|
||||
Reference in New Issue
Block a user