Skip to content

Commit

Permalink
Add input placeholder props (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapantzak authored Dec 5, 2024
1 parent 3cb96f6 commit 3503e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/input/styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const Input = styled(Flex).attrs(props => ({
color: ${getColor("placeholder")};
opacity: ${({ disabled }) => (disabled ? 0.4 : 1)};
font-weight: normal;
${({ placeholderProps }) => placeholderProps || null}
}
${disabledCursorSupport};
`
Expand Down

0 comments on commit 3503e2e

Please sign in to comment.