Environment
Vuetify Version: 3.9.2
Vue Version: 3.5.13
Browsers: Chrome 138.0.0.0
OS: Windows 10
Steps to reproduce
- Create a custom theme colour in vuetify.js: e.g. named customThemeColor
- Add a v-container with a class="bg-customThemeColor text-white". The text-white (or any text-color) is ignored when there is a valid bg-color that comes from the theme.
Expected Behavior
The v-container class should honor both the bg- and text- classes
Actual Behavior
If there is a valid bg-customColor in the class, then the text-Color is ignored and rendered in black.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
See Discord question
Environment
Vuetify Version: 3.9.2
Vue Version: 3.5.13
Browsers: Chrome 138.0.0.0
OS: Windows 10
Steps to reproduce
Expected Behavior
The v-container class should honor both the bg- and text- classes
Actual Behavior
If there is a valid bg-customColor in the class, then the text-Color is ignored and rendered in black.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
See Discord question