vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.86k stars 6.97k forks source link

[Bug Report][3.5.17] Can't change color of chips in v-chip-group #19678

Open Co-7 opened 6 months ago

Co-7 commented 6 months ago

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

mahi-intersoft commented 2 months ago

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