We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641c416 commit dc444dcCopy full SHA for dc444dc
apps/webapp/app/components/onboarding/TechnologyPicker.tsx
@@ -278,7 +278,7 @@ export function TechnologyPicker({
278
onChange={(e) => setOtherInputValue(e.target.value)}
279
onKeyDown={handleOtherKeyDown}
280
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"
+ 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"
282
autoFocus
283
/>
284
<ShortcutKey
0 commit comments