mirror of
https://github.com/VueTubeApp/VueTube
synced 2025-01-06 07:31:12 +00:00
colorpicker radius fix
This commit is contained in:
parent
4178938a88
commit
de63cae2c3
1 changed files with 1 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue