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