fix: grid layout for color picker (#12166)

This commit is contained in:
Shivam Mishra
2025-08-12 12:05:17 +05:30
committed by GitHub
parent 4df58501e3
commit b4f758f644

View File

@@ -315,7 +315,9 @@ const handleAvatarDelete = () => {
class="[&>div>button:not(.focused)]:!outline-n-weak" class="[&>div>button:not(.focused)]:!outline-n-weak"
/> />
</div> </div>
<div class="flex items-start justify-between w-full gap-2"> <div
class="grid items-start justify-between w-full gap-2 grid-cols-[200px,1fr]"
>
<label <label
class="text-sm font-medium whitespace-nowrap py-2.5 text-n-slate-12" class="text-sm font-medium whitespace-nowrap py-2.5 text-n-slate-12"
> >