Vuetify button colors are not working
If you do not wrap your app with the v-app like so...
<v-app>
<router-view/>
</v-app>
You will get funny behavior. Wrapping the app in that tag fixed it for me. I obviously skipped the entry statement in the quick setup guide tho :D
To solve this problem use :
<v-app>
For more information read this article: My application does not look correct
https://vuetifyjs.com/en/getting-started/frequently-asked-questions#my-application-does-not-look-correct