Skip to content

Commit dc444dc

Browse files
committed
padding fix
1 parent 641c416 commit dc444dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/onboarding/TechnologyPicker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export function TechnologyPicker({
278278
onChange={(e) => setOtherInputValue(e.target.value)}
279279
onKeyDown={handleOtherKeyDown}
280280
placeholder="Type and press Enter to add"
281-
className="flex-1 border-none bg-transparent pl-0.5 text-2sm text-text-bright shadow-none outline-none ring-0 placeholder:text-text-dimmed focus:border-none focus:outline-none focus:ring-0"
281+
className="flex-1 border-none bg-transparent pl-2 text-2sm text-text-bright shadow-none outline-none ring-0 placeholder:text-text-dimmed focus:border-none focus:outline-none focus:ring-0"
282282
autoFocus
283283
/>
284284
<ShortcutKey

0 commit comments

Comments
 (0)