juareznasato / vuetify-money

vuetify-money
45 stars 23 forks source link

Property backgroundColor not working inside a dark layout #42

Closed henriquetroiano closed 1 year ago

henriquetroiano commented 2 years ago

Hi guys! If we put the vuetify-money inside a dark layout, tghere was a class 'white' localized in .v-text-field>.v-inputcontrol>.v-inputslot that makes the field always backgrounded white event if i put the dark propery. I could remove with jQuery this class white, but i believe that is a bug. image image image image as you can see, the dark property works correctly, but the backgroundColor not image

Environment Details: image image

Thanks in advance

guigagb commented 2 years ago

Try this: ` <vuetify-money label="Test" v-model="value" background-color="#151515"

`

henriquetroiano commented 1 year ago

Yup, that worked, thanks!