🐛 fix(constants.tsx): remove unnecessary focus:visible:outline-none class from INPUT_STYLE to fix styling issue

This commit is contained in:
Cristhian Zanforlin Lousa 2023-07-01 13:16:31 -03:00
commit 0b79aa023f

View file

@ -154,7 +154,7 @@ export const INPUT_DIALOG = " text-ring cursor-pointer bg-transparent";
* @constant
*/
export const INPUT_STYLE =
" bg-background block border-ring focus:outline-none focus:placeholder-transparent focus:ring-ring focus:tw-ring-none focus:visible:outline-none form-input px-3 placeholder:text-muted-foreground rounded-md shadow-sm sm:text-sm truncate w-full ";
" bg-background block border-ring focus:placeholder-transparent focus:ring-ring focus:tw-ring-none form-input px-3 placeholder:text-muted-foreground rounded-md shadow-sm sm:text-sm truncate w-full ";
/**
* The base input on edit node