chore : fix UI

This commit is contained in:
rajat-ht
2025-05-28 21:27:55 +05:30
parent 646cdf0d32
commit a3552e7936

View File

@@ -87,9 +87,7 @@ onUnmounted(() => {
class="fixed top-0 left-0 z-50 flex h-screen w-screen backdrop-blur-sm items-center justify-center" class="fixed top-0 left-0 z-50 flex h-screen w-screen backdrop-blur-sm items-center justify-center"
@click.self="isVisible = false" @click.self="isVisible = false"
> >
<div <div class="flex flex-row rounded-xl relative gap-5 pt-20 pb-10 px-10 bg-[#F1F8FA]">
class="flex flex-row rounded-xl relative gap-5 pt-20 pb-10 px-10 @dark:bg-red:50 bg-[#F1F8FA]"
>
<div <div
v-for="column in editorColumns" v-for="column in editorColumns"
class="w-80 flex relative flex-col justify-start items-center bg-[#dceef1] p-8 text-gray-800 shadow-sm" class="w-80 flex relative flex-col justify-start items-center bg-[#dceef1] p-8 text-gray-800 shadow-sm"