diff --git a/package.json b/package.json index 82b62d0..5d0f171 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@yourssu/design-system-react", "private": false, - "version": "1.1.2", + "version": "1.1.3", "description": "Yourssu Design System for React", "keywords": [ "yourssu", diff --git a/src/components/TextField/TextField.style.ts b/src/components/TextField/TextField.style.ts index a45b3b6..d73f4c9 100644 --- a/src/components/TextField/TextField.style.ts +++ b/src/components/TextField/TextField.style.ts @@ -62,6 +62,7 @@ export const StyledTextField = styled.input` outline: none; ${({ theme }) => theme.typo.body2}; + color: ${({ theme }) => theme.color.textSecondary}; caret-color: ${({ theme }) => theme.color.textPointed}; &:disabled {