Skip to content

Commit

Permalink
feat(components): increase padding right in textinput search mode
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeperrault authored and maximeperraultdev committed Jul 16, 2024
1 parent ace8ec3 commit 4a3261d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields/TextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const IconsContainer = styled.div<{
align-items: center;
display: flex;
position: absolute;
right: 5px;
right: 8px;
top: ${p => (p.$size === Size.LARGE ? '9px' : '5px')};
`

Expand Down

0 comments on commit 4a3261d

Please sign in to comment.