From 9f84354fdd7541e93664c41422b6b0989fca3aad Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 8 Apr 2025 15:42:05 +0200 Subject: [PATCH] Fix typo in input placeholder color class --- src/components/input/Input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/input/Input.tsx b/src/components/input/Input.tsx index d1cd4c0ff..590e79900 100644 --- a/src/components/input/Input.tsx +++ b/src/components/input/Input.tsx @@ -16,7 +16,7 @@ export function inputStyles({ classes, feedback }: InputStylesOptions) { return classnames( 'focus-visible-ring ring-inset border rounded w-full p-2', 'bg-grey-0 focus:bg-white disabled:bg-grey-1', - 'placeholder:text-color-grey-5 disabled:placeholder:color-grey-6', + 'placeholder:text-grey-6 disabled:placeholder:text-grey-7', // On iOS, the input font size must be at least 16px to prevent the browser // from zooming into it on touch.