Skip to content

Commit

Permalink
fix: Fix search icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
d-beezee committed Dec 20, 2023
1 parent 2e03fda commit 885019c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/stories/form/input/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ export const StyledInput = styled.div<{ type: string; isInvalid?: boolean }>`
height: 100%;
color: ${(props) => props.theme.variants.primary};
}
.input-group-text {
top: 29%;
}
input[type="search"] {
-webkit-appearance: none;
Expand Down

0 comments on commit 885019c

Please sign in to comment.