New Field Changes
This commit is contained in:
@@ -296,7 +296,7 @@ const controlWrap = "wr:relative";
|
||||
p.kind === "textarea" && (
|
||||
<div class={cn(controlWrap, "wr:flex-1")}>
|
||||
{p.iconLeft && (
|
||||
<span class="wr:absolute wr:inset-y-2 wr:left-0 wr:flex wr:items-start wr:pl-3 wr:pointer-events-none wr:text-muted-foreground">
|
||||
<span class="wr:absolute wr:inset-y-3 wr:left-0 wr:flex wr:items-start wr:pl-3 wr:pointer-events-none wr:text-muted-foreground">
|
||||
<Icon name={p.iconLeft} class={iconSize} />
|
||||
</span>
|
||||
)}
|
||||
@@ -334,7 +334,7 @@ const controlWrap = "wr:relative";
|
||||
/>
|
||||
|
||||
{p.iconRight && (
|
||||
<span class="wr:absolute wr:inset-y-2 wr:right-0 wr:pr-3 wr:flex wr:items-start wr:pointer-events-none wr:text-muted-foreground">
|
||||
<span class="wr:absolute wr:inset-y-3 wr:right-0 wr:pr-3 wr:flex wr:items-start wr:pointer-events-none wr:text-muted-foreground">
|
||||
<Icon name={p.iconRight} class={iconSize} />
|
||||
</span>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user