Additional methods and tweaks

This commit is contained in:
Gregory Schier
2023-02-24 14:10:25 -08:00
parent 0901690ed6
commit 9e1393a392
4 changed files with 9 additions and 5 deletions

View File

@@ -54,8 +54,8 @@ export function Input({
className={classnames(
className,
'bg-transparent min-w-0 pl-3 pr-2 h-full w-full focus:outline-none',
leftSlot && 'pl-1',
rightSlot && 'pr-1',
leftSlot && '!pl-1',
rightSlot && '!pr-1',
)}
{...props}
/>