Skip to content

Commit 5f00c3a

Browse files
Fixed Input icon position that broke an animation
1 parent 7a4321a commit 5f00c3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const InputWrapper = styled.div<Pick<Props, 'error' | 'stackLevel' | 'appearance
161161
`}
162162
height: 12px;
163163
width: 12px;
164-
transform: translateY(-50%);
164+
margin-top: -6px;
165165
z-index: 3;
166166
${props.appearance === 'pill' || props.appearance === 'code' ? css`
167167
left: 10px;

0 commit comments

Comments
 (0)