vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Bug Report][3.0.6] v-chip on vuetify 3 doe not have 100% opacity

Open ninjapanda47 opened this issue 3 years ago • 1 comments

Environment

Vuetify Version: 3.0.6 Last working version: 2.6.13 Vue Version: 3.2.45 Browsers: Chrome 108.0.0.0 OS: Mac OS 10.15.7

Steps to reproduce

Use the v-chip component and the color is not opaque/solid and there doesn't seem to be a way to make it opaque/solid

Expected Behavior

The chip color to be opaque/solid

Actual Behavior

The chip color is not opaque/solid

Reproduction Link

https://github.com/ninjapanda47/app-log/blob/main/src/views/StatusChip.vue

Other comments

This also on the official vuetify 3 documentation. https://vuetifyjs.com/en/components/chips/ ( Vuetify 2 the chip color is solid/opaque) https://next.vuetifyjs.com/en/components/chips/ (Vuetify 3 the chip color is transparent)

ninjapanda47 avatar Dec 30 '22 23:12 ninjapanda47

Missing Reproduction

You've submitted an issue that does not contain a valid or simple reproduction. In order to effectively disposition this, we need to verify that the problem exists outside of your environment concisely as possible. This issue will be tagged as needs reproduction for the next 48 hours before being closed.

You can find information on how to contribute to Vuetify below:

Keep in mind we cannot debug a personal application. Thank you for your understanding. If you have any additional questions, please reach out to us in our [Discord community](https://community.vuetifyjs.com/).

lioneaglesolutions avatar May 02 '23 20:05 lioneaglesolutions

https://vuetifyjs.com/en/api/v-chip/#props-variant

KaelWD avatar May 16 '23 06:05 KaelWD