Skip to content

Commit

Permalink
fix(Input): correct text color
Browse files Browse the repository at this point in the history
  • Loading branch information
tsumo committed Apr 17, 2024
1 parent ebe8da4 commit 91460b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Input/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const StyledInput = styled(
margin: 0;
padding: 0;
background-color: transparent;
color: ${textColor};
`;

export const Input = React.forwardRef<HTMLInputElement, InputProps>(
Expand Down

0 comments on commit 91460b3

Please sign in to comment.