nandi95 / vue-toastify

🔥 Simple, extendable, dependency free notification plugin. 🔥
https://vue-toastify.netlify.com/
MIT License
227 stars 12 forks source link

lightTheme is not working. #6

Closed bedus-creation closed 4 years ago

bedus-creation commented 4 years ago
        <vue-toastify :lightTheme="true"></vue-toastify>
bedus-creation commented 4 years ago

Solved

Instead of passing lightTheme, need to pass light-theme.

<vue-toastify :light-theme="true"></vue-toastify>

Thanks,