Styling
Note. I'am using
scsssyntax. And there is no default theme.
You should import one of this in your global style.scss like this @import "~vue-snotify/styles/material"; or @import "~vue-snotify/styles/material.css"; if you using css syntax.
Snotify offers you 3 themes.
Material
@import "~vue-snotify/styles/material";

Simple
@import "~vue-snotify/styles/simple";

Dark
@import "~vue-snotify/styles/dark";

If you need something else you can easily create your own theme by duplicating one of this, and writing your own styles.
Theme sources - here