Skip to content

Commit

Permalink
Merge pull request #116 from yourssu/develop
Browse files Browse the repository at this point in the history
v1.1.3
  • Loading branch information
Hanna922 committed Jun 26, 2024
2 parents 61ab34c + 23a01f0 commit 9f546e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/components/TextField/TextField.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const StyledTextField = styled.input<StyledTextFieldProps>`
outline: none;
${({ theme }) => theme.typo.body2};
color: ${({ theme }) => theme.color.textSecondary};
caret-color: ${({ theme }) => theme.color.textPointed};
&:disabled {
Expand Down

0 comments on commit 9f546e5

Please sign in to comment.