From e74f06455ecd2a0f2c7aef892d4f65a8b19ca6bd Mon Sep 17 00:00:00 2001 From: junghyeonsu Date: Thu, 17 Aug 2023 17:48:00 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EC=8A=A4=ED=8E=99=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/content/component/text-field/style.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/component/text-field/style.mdx b/docs/content/component/text-field/style.mdx index 15af44737..11abf5df6 100644 --- a/docs/content/component/text-field/style.mdx +++ b/docs/content/component/text-field/style.mdx @@ -99,7 +99,7 @@ slug: /component/text-field/style | -------------------------------------- | ---------- | ----------------------------------- | | Label | Typography | $semantic.typography.label3-bold | | Required Indicator, Optional Indicator | Typography | $semantic.typography.label3-regular | -| Field Text, Placeholder | Typography | $semantic.typography.label2-regular | +| Field Text, Placeholder | Typography | $semantic.typography.label1-regular | | Description | Typography | $semantic.typography.label3-regular | | Prefix, Suffix (string type) | Typography | $semantic.typography.label3-regular | @@ -109,7 +109,7 @@ slug: /component/text-field/style | -------------------------------------- | ---------- | ----------------------------------- | | Label | Typography | $semantic.typography.label3-bold | | Required Indicator, Optional Indicator | Typography | $semantic.typography.label3-regular | -| Field Text, Placeholder | Typography | $semantic.typography.label3-regular | +| Field Text, Placeholder | Typography | $semantic.typography.label2-regular | | Prefix, Suffix (string type) | Typography | $semantic.typography.label3-regular | | Description | Typography | $semantic.typography.label4-regular | @@ -135,7 +135,7 @@ slug: /component/text-field/style | -------------------------- | ------------------ | ----- | | Field | Corner Radius | 6pt | | | Min Width | 280pt | -| | Height | 42pt | +| | Height | 44pt | | | Horizontal Padding | 12pt | | Prefix / Label | Spacing | 8pt | | Label / Suffix | Spacing | 8pt |