fix: wrap theme color selector

This commit is contained in:
Anthony Fu 2023-01-16 19:06:52 +01:00
parent f3a3a299e0
commit 1a1c0e4c5d

View file

@ -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="{