List components #31

Open
stne3960 wants to merge 57 commits from list_item into main
Showing only changes of commit 5c759fc5dd - Show all commits

View File

@ -87,7 +87,7 @@ export default function TextInput({
</div>
)}
<input
className={`flex-1 h-full bg-transparent border-none outline-none placeholder:text-base-ink-medium ${inputPadding} ${textClasses[size]}`}
className={`flex-1 min-w-0 h-full bg-transparent border-none outline-none placeholder:text-base-ink-medium ${inputPadding} ${textClasses[size]}`}
{...props}
/>
</div>