Skip to content

Commit

Permalink
fix: left and right padding issue on input field
Browse files Browse the repository at this point in the history
  • Loading branch information
sarweshmaharjan committed Oct 23, 2023
1 parent 22cc8e3 commit 825e838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UsernameForm/UsernameInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const UsernameInput = ({ value, onChange }) => (
autoCorrect="off"
autoComplete="off"
style={{ outline: 'none' }}
className="bn br--left leading-tight rounded-l flex-auto border-2 border-blue-lighter focus:border-blue-light border-r-0 text-grey-darkest"
className="bn br--left leading-tight rounded-l flex-auto border-2 border-blue-lighter focus:border-blue-light border-r-0 text-grey-darkest pl-4 pr-4"
/>
);

Expand Down

0 comments on commit 825e838

Please sign in to comment.