0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2025-01-06 07:31:12 +00:00

colorpicker radius fix

This commit is contained in:
Nikita Krupin 2022-05-13 20:45:00 -04:00
parent 4178938a88
commit de63cae2c3

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"