Skip to content

Commit

Permalink
Remove unecessary padding in the button
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaugat committed Oct 13, 2023
1 parent 7cd066b commit ab86981
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 p-2 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"
/>
);

Expand Down

0 comments on commit ab86981

Please sign in to comment.