Skip to content

Commit f6f353d

Browse files
committed
fix: text field typo 수정
1 parent 823bf39 commit f6f353d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/components/ui/TextField/TextField.css.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export const wrapper = style({
1111

1212
export const label = style({
1313
...typography.label1,
14-
fontWeight: 600,
1514
color: semantic.text.alternative,
1615
});
1716

@@ -20,8 +19,7 @@ export const input = recipe({
2019
width: "100%",
2120
height: "52px",
2221
padding: "14px 12px",
23-
...typography.body1,
24-
fontWeight: "500",
22+
...typography.body1Md,
2523
border: "1px solid transparent",
2624
borderRadius: radius[160],
2725
outline: "none",
@@ -65,8 +63,7 @@ export const input = recipe({
6563

6664
export const helperText = recipe({
6765
base: {
68-
...typography.caption1,
69-
fontWeight: "500",
66+
...typography.caption1Md,
7067
color: semantic.text.alternative,
7168
},
7269
variants: {

0 commit comments

Comments
 (0)