From 653e52b2df8a683fbe86768c89e2c43bb2bea228 Mon Sep 17 00:00:00 2001 From: igorrCarvalho Date: Tue, 18 Jun 2024 19:35:46 -0300 Subject: [PATCH] Refactor: Change color of output textbox to Muted --- src/frontend/src/style/applies.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/style/applies.css b/src/frontend/src/style/applies.css index 910cdb35b..23ebfe52b 100644 --- a/src/frontend/src/style/applies.css +++ b/src/frontend/src/style/applies.css @@ -196,7 +196,7 @@ /* The same as primary-input but no-truncate */ .textarea-primary { - @apply form-input block w-full rounded-md border-border bg-background px-3 text-left shadow-sm placeholder:text-muted-foreground focus:border-ring focus:placeholder-transparent focus:ring-ring disabled:cursor-not-allowed disabled:opacity-50 sm:text-sm; + @apply form-input block w-full rounded-md border-border bg-muted px-3 text-left shadow-sm placeholder:text-muted-foreground focus:border-ring focus:placeholder-transparent focus:ring-ring disabled:cursor-not-allowed disabled:opacity-50 sm:text-sm; } .input-edit-node {