diff --git a/src/theme/input.ts b/src/theme/input.ts index c00f8184..ef89dafb 100644 --- a/src/theme/input.ts +++ b/src/theme/input.ts @@ -11,35 +11,35 @@ export default (config: { colors: string[] }) => { variants: { size: { xs: { - base: 'text-xs gap-1 px-2 py-1', + base: 'text-xs px-2 py-1', leading: 'pl-2', trailing: 'pr-2', leadingIcon: 'size-4', trailingIcon: 'size-4' }, sm: { - base: 'text-sm gap-1.5 px-2.5 py-1', + base: 'text-sm px-2.5 py-1', leading: 'pl-2.5', trailing: 'pr-2.5', leadingIcon: 'size-4', trailingIcon: 'size-4' }, md: { - base: 'text-sm gap-1.5 px-2.5 py-1.5', + base: 'text-sm px-2.5 py-1.5', leading: 'pl-2.5', trailing: 'pr-2.5', leadingIcon: 'size-5', trailingIcon: 'size-5' }, lg: { - base: 'text-sm gap-1.5 px-3 py-2', + base: 'text-sm px-3 py-2', leading: 'pl-3', trailing: 'pr-3', leadingIcon: 'size-5', trailingIcon: 'size-5' }, xl: { - base: 'text-sm gap-2.5 px-3.5 py-2.5', + base: 'text-sm px-3.5 py-2.5', leading: 'pl-3.5', trailing: 'pr-3.5', leadingIcon: 'size-5', diff --git a/src/theme/textarea.ts b/src/theme/textarea.ts index 59cf4372..efc4de2e 100644 --- a/src/theme/textarea.ts +++ b/src/theme/textarea.ts @@ -6,19 +6,19 @@ export default (config: { colors: string[] }) => ({ variants: { size: { xs: { - base: 'text-xs gap-1 px-2 py-1' + base: 'text-xs px-2 py-1' }, sm: { - base: 'text-sm gap-1.5 px-2.5 py-1' + base: 'text-sm px-2.5 py-1' }, md: { - base: 'text-sm gap-1.5 px-2.5 py-1.5' + base: 'text-sm px-2.5 py-1.5' }, lg: { - base: 'text-sm gap-1.5 px-3 py-2' + base: 'text-sm px-3 py-2' }, xl: { - base: 'text-sm gap-2.5 px-3.5 py-2.5' + base: 'text-sm px-3.5 py-2.5' } }, variant: { diff --git a/test/components/__snapshots__/Form.spec.ts.snap b/test/components/__snapshots__/Form.spec.ts.snap index 11625d93..e7ce988a 100644 --- a/test/components/__snapshots__/Form.spec.ts.snap +++ b/test/components/__snapshots__/Form.spec.ts.snap @@ -8,7 +8,7 @@ exports[`Form > custom validation works > with error 1`] = `