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