You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: match InputGroup styling to original Lambda Curry aesthetic
Update InputGroup component styles to match the simpler, cleaner look of the
original FieldPrefix/FieldSuffix implementation instead of shadcn's default styling.
Changes:
- Simplified InputGroup wrapper: removed shadow-xs, dark mode backgrounds, complex borders
- Updated to use simple focus-within ring (matching original wrapper behavior)
- Changed InputGroupAddon to use text-base (not text-sm) and gray-500/gray-700 colors
- Added proper border styling: border-y + border-l/r for prefix/suffix
- Simplified InputGroupText to just whitespace-nowrap (matching original)
- Updated InputGroupInput to conditionally remove borders/radius based on addons
Result: Inputs with prefix/suffix now match the original Lambda Curry design
while using the official shadcn/ui component architecture underneath.
Requested by: Jake Ruesink
0 commit comments