notifyjs icon indicating copy to clipboard operation
notifyjs copied to clipboard

Warning / Primary without icon

Open Valkhan opened this issue 8 years ago • 0 comments

Tried today this library, it's very usefull and easy to use, i'll be using from now on for sure.

I've realize that when i use notify with 'warning', 'default' or 'primary' as second argument no icons are shown, i'm using notify default options:

$.notify('oi','success') - Ok sign + green background $.notify('oi','info') - Information sign + light blue background $.notify('oi','error') - Exclamation sign + light red background $.notify('oi','default') - Blank space + yellow background (I think this one should have a generic icon like a "comment baloon") $.notify('oi','warning') - Blank space + yellow background (I think this one should have an exclamation sign inside a triangle) $.notify('oi','primary') - Blank space + yellow background (I think this one should have a generic icon like a comment baloon)

No errors are shown on browser console.

Am I doing something stupid or it was design to work like that?

Valkhan avatar Aug 15 '16 15:08 Valkhan