List components #31

Merged
stne3960 merged 68 commits from list_item into main 2025-12-18 12:41:13 +01:00
Showing only changes of commit 5c759fc5dd - Show all commits

View File

@ -87,7 +87,7 @@ export default function TextInput({
</div> </div>
)} )}
<input <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} {...props}
/> />
</div> </div>