From 448d0ceb7c75ec3ce4034bc9def6d6d66b45c6b6 Mon Sep 17 00:00:00 2001 From: Andre H Date: Wed, 21 Feb 2024 17:10:45 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=201=20classname=20per=20o?= =?UTF-8?q?bject?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/shared/Input/Input.theme.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/frontend/src/components/shared/Input/Input.theme.ts b/packages/frontend/src/components/shared/Input/Input.theme.ts index 65dbdfb..8def6a0 100644 --- a/packages/frontend/src/components/shared/Input/Input.theme.ts +++ b/packages/frontend/src/components/shared/Input/Input.theme.ts @@ -57,17 +57,17 @@ export const inputTheme = tv( size: { md: { container: 'h-11', - input: 'text-sm pl-4 pr-4', - icon: 'h-[18px] w-[18px]', + input: ['text-sm pl-4 pr-4'], + icon: ['h-[18px] w-[18px]'], helperText: 'text-sm', - helperIcon: 'h-5 w-5', + helperIcon: ['h-5 w-5'], }, sm: { container: 'h-8', - input: 'text-xs pl-3 pr-3', - icon: 'h-4 w-4', + input: ['text-xs pl-3 pr-3'], + icon: ['h-4 w-4'], helperText: 'text-xs', - helperIcon: 'h-4 w-4', + helperIcon: ['h-4 w-4'], }, }, },