From 890e6d0bec6a5702c22e29acf3d64f18acbdd9f3 Mon Sep 17 00:00:00 2001 From: Diego Imbert Date: Tue, 23 Sep 2025 17:35:50 +0200 Subject: [PATCH] nit --- frontend/src/lib/components/text_input/TextInput.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/text_input/TextInput.svelte b/frontend/src/lib/components/text_input/TextInput.svelte index 4d31daff26..8ea757110f 100644 --- a/frontend/src/lib/components/text_input/TextInput.svelte +++ b/frontend/src/lib/components/text_input/TextInput.svelte @@ -18,7 +18,7 @@ } export const inputBaseClass = - 'rounded-md focus:ring-0 no-default-style text-sm !bg-surface-secondary disabled:!bg-surface-disabled disabled:cursor-not-allowed shadow-none py-2 px-4' + 'rounded-md focus:ring-0 no-default-style text-sm text-tertiary !bg-surface-secondary disabled:!bg-surface-disabled disabled:cursor-not-allowed shadow-none py-2 px-4'