Skip to content

Commit

Permalink
remove: unused type code
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna922 committed May 16, 2024
1 parent f927dbb commit 6008d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TextField/TextField.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface StyledTextFieldProps {
$width?: TextFieldProps['width'];
}

export const StyledSuffixIconContainer = styled.div<StyledTextFieldProps>`
export const StyledSuffixIconContainer = styled.div`
display: none;
`;

Expand Down

0 comments on commit 6008d83

Please sign in to comment.