From 185672206e54e3b2b80760e2766a335594f5261a Mon Sep 17 00:00:00 2001 From: Arno V Date: Thu, 26 Sep 2024 17:12:46 -0400 Subject: [PATCH] Update textInput.ts --- .../ui-styles/src/plugins/tailwindcss/components/textInput.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui-styles/src/plugins/tailwindcss/components/textInput.ts b/packages/ui-styles/src/plugins/tailwindcss/components/textInput.ts index 7209ebf8..99a5c9ad 100644 --- a/packages/ui-styles/src/plugins/tailwindcss/components/textInput.ts +++ b/packages/ui-styles/src/plugins/tailwindcss/components/textInput.ts @@ -13,7 +13,7 @@ export default { /* move the helper text below the field */ ".av-text-input-helper-text": { transform: - "translate(12px, var(--av-text-input-helper-text, 44px)) scale(0.75)", + "translate(12px, var(--av-text-input-helper-text, 38px)) scale(0.75)", transformOrigin: "top left", }, };