yariksav / vuetify-dialog

Easy dialogs in Vuetify.js framework
MIT License
195 stars 48 forks source link

snackbar default color #85

Open wimil opened 4 years ago

wimil commented 4 years ago

how can i set the default color of the snackbar. the default color is transparent black

4KDA commented 3 years ago

this.$dialog.message.success(toastText, { color: 'black', position: 'bottom-right' })

Bluebang commented 3 years ago

this.$dialog.message.success(toastText, { color: 'black', position: 'bottom-right' })

how can i set the default properties?not set at call time.