colorpicker radius fix

This commit is contained in:
Nikita Krupin 2022-05-13 20:45:00 -04:00
parent 4178938a88
commit de63cae2c3
1 changed files with 1 additions and 7 deletions

View File

@ -107,17 +107,11 @@
<v-dialog <v-dialog
v-model="pickerState" v-model="pickerState"
width="300" width="300"
content-class="background" content-class="background rounded-lg"
:content-style="{
borderRadius: `${$store.state.tweaks.roundTweak / 2}rem !important`,
}"
> >
<v-color-picker <v-color-picker
v-model="$vuetify.theme.currentTheme[pickerMode]" v-model="$vuetify.theme.currentTheme[pickerMode]"
style="min-width: 100%" style="min-width: 100%"
:style="{
borderRadius: `${$store.state.tweaks.roundTweak / 2}rem !important`,
}"
class="background" class="background"
hide-mode-switch hide-mode-switch
dot-size="50" dot-size="50"