0👍
I have discovered the error. It turns out that there was a clashing style in my application
.q-btn__wrapper {
background-color: $primary-white;
}
This style overrode the background-color
of the q-btn
components.
- [Vuejs]-Vuejs fix date from date received from php server
- [Vuejs]-Tailwindcss/vue: generated css file doesn't include custom classes from <style> section
Source:stackexchange.com