evo-mark / vue3-snackbar

Snackbar service for Vue3 applications
MIT License
49 stars 3 forks source link

Where is option to change text color for the snackbar? #6

Closed sarwangds closed 1 year ago

sarwangds commented 1 year ago

I am looking into the docs to change text color for the snackbar, but I can't seem to find the option,

also where can I find the instructions to run the project locally for testing and see If I could implement that? Thanks

aktdaaaa commented 1 year ago

also where can I find the instructions to run the project locally for testing and see If I could implement that?

You can run the demo page locally by executing the following command npm run demo

jeremy-wischusen-colpal commented 1 year ago

"And how does one change the font color?"

I was able to do this by setting the messageClass property and applying styles to that class.

craigrileyuk commented 1 year ago

Closed with c7816d3