From 28a8b1f1da1a159c6e1dd3a7085dc3acd4da88c1 Mon Sep 17 00:00:00 2001 From: Rodrigo Nader Date: Thu, 13 Jul 2023 01:15:18 -0300 Subject: [PATCH] change input to border-border --- src/frontend/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/index.css b/src/frontend/src/index.css index 750b3e9fa..df2cd6837 100644 --- a/src/frontend/src/index.css +++ b/src/frontend/src/index.css @@ -209,7 +209,7 @@ The cursor: default; property value restores the browser's default cursor style @apply focus:placeholder-transparent focus:ring-ring focus:border-ring } .input-primary { - @apply bg-background block border-ring form-input px-3 placeholder:text-muted-foreground rounded-md shadow-sm sm:text-sm truncate w-full; + @apply bg-background block border-border form-input px-3 placeholder:text-muted-foreground rounded-md shadow-sm sm:text-sm truncate w-full; } .input-edit-node{