Open Co-7 opened 6 months ago
Vuetify Version: 3.5.17 Vue Version: 3.4.21 Browsers: Firefox 126.0 OS: Windows 10
Set color prop on v-chip in v-chip-group.
The chip color should change with the props color even when the chip is a child of a v-chip-group.
Color props have no impact on chips in a v-chip-group
https://play.vuetifyjs.com/#...
The bug had been reported here in August 2023 without follow-up.
https://github.com/vuetifyjs/vuetify/issues/18088
Hello, I had the same problem and you can use style="color: orange" to change the colors of the chips, that's what I am doing. In case you knew ignore me, otherwise this workaround might help you.
test it out
Environment
Vuetify Version: 3.5.17 Vue Version: 3.4.21 Browsers: Firefox 126.0 OS: Windows 10
Steps to reproduce
Set color prop on v-chip in v-chip-group.
Expected Behavior
The chip color should change with the props color even when the chip is a child of a v-chip-group.
Actual Behavior
Color props have no impact on chips in a v-chip-group
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
The bug had been reported here in August 2023 without follow-up.
https://github.com/vuetifyjs/vuetify/issues/18088