Hook up theme and clear responses

This commit is contained in:
Gregory Schier
2023-02-24 12:13:30 -08:00
parent 4319ce9a7b
commit 5a9fb5a3a7
10 changed files with 154 additions and 155 deletions

View File

@@ -47,7 +47,7 @@ export function Input({
id={id}
className={classnames(
className,
'bg-transparent min-w-0 pl-3 pr-2 w-full focus:outline-none',
'bg-transparent min-w-0 pl-3 pr-2 w-full focus:outline-none text-gray-900',
leftSlot && 'pl-1',
rightSlot && 'pr-1',
size === 'md' && 'h-10',