diff --git a/src/components/common/PaletteInput.vue b/src/components/common/PaletteInput.vue index 40a67c0..e90a581 100644 --- a/src/components/common/PaletteInput.vue +++ b/src/components/common/PaletteInput.vue @@ -3,26 +3,33 @@ class="px-4 py-2" :style="{background: `linear-gradient(180deg, ${options[currentOption].color.hex()+'11'}, ${options[currentOption].color.hex()+'30'} 25%, ${options[currentOption].color.hex()+'30'} 40%, transparent 60%`}">
+ class="flex font-heading rounded-t-lg overflow-hidden border-t border-x border-zinc-800 bg-zinc-900">
+
+
\ No newline at end of file + + \ No newline at end of file