fix: grid layout for color picker (#12166)
This commit is contained in:
parent
4df58501e3
commit
b4f758f644
@ -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"
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user