From 2c4fcd51aa15701d563e9e883ad1fab5adc7d9db Mon Sep 17 00:00:00 2001 From: Jeon Eonseok Date: Tue, 30 Jul 2024 19:29:37 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20required=20dot=20=EC=9C=84=EC=B9=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/components/Textarea/components/Label/style.css.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/components/Textarea/components/Label/style.css.ts b/src/common/components/Textarea/components/Label/style.css.ts index f5660ac1..838f408e 100644 --- a/src/common/components/Textarea/components/Label/style.css.ts +++ b/src/common/components/Textarea/components/Label/style.css.ts @@ -12,7 +12,6 @@ export const labelStyle = style({ export const requireDot = style({ position: 'absolute', bottom: 5, - right: -10, display: 'inline-block', borderRadius: '100%', width: 8,