diff --git a/src/components/input/styled.js b/src/components/input/styled.js index 9b23c7b6..d474a475 100644 --- a/src/components/input/styled.js +++ b/src/components/input/styled.js @@ -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}; `