vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

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

Open Co-7 opened this issue 1 year ago • 1 comments

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

Co-7 avatar Apr 23 '24 15:04 Co-7

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

mahi-intersoft avatar Aug 21 '24 12:08 mahi-intersoft

It's a solution that works, thank you, but I think it's still a bug that the props don't work. Even with the latest version 3.7.4

Co-7 avatar Nov 15 '24 10:11 Co-7