fix: wrap theme color selector
This commit is contained in:
parent
f3a3a299e0
commit
1a1c0e4c5d
@ -12,7 +12,7 @@ function updateTheme(theme: ThemeColors) {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div flex="~ gap4" p2>
|
||||
<div flex="~ gap4 wrap" p2>
|
||||
<button
|
||||
v-for="[key, theme] in themes" :key="key"
|
||||
:style="{
|
||||
|
Loading…
Reference in New Issue
Block a user