Skip to content

Commit

Permalink
🩹 Textinput select에서 쓸때 스타일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
june6723 committed Jul 11, 2024
1 parent 26fd04d commit 31557cf
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
7 changes: 7 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @parte-ds/web

## 0.1.106

### Patch Changes

- Updated dependencies
- @parte-ds/ui@1.22.9

## 0.1.105

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parte-ds/web",
"version": "0.1.105",
"version": "0.1.106",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/parte-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @parte-ds/ui

## 1.22.9

### Patch Changes

- Fix Textinput Select variant style

## 1.22.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/parte-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parte-ds/ui",
"version": "1.22.8",
"version": "1.22.9",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions packages/parte-ui/src/TextInput/TextInput.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@ export const Input = styled.input<{
color: ${theme.colorParagraph};
${theme.typography.P100}
font-family: inherit;
background-color: ${theme.colors.N0};
text-align: left;
${sizeHandler($variant, $textInputSize)};
&::placeholder {
color: ${theme.colorTextPlaceholderDefault};
Expand Down

0 comments on commit 31557cf

Please sign in to comment.