diff --git a/src/components/Form.tsx b/src/components/Form.tsx index ad05079..3b29f6c 100644 --- a/src/components/Form.tsx +++ b/src/components/Form.tsx @@ -71,6 +71,7 @@ export const TextInput: Component< "gap-1": true, "h-8": props.vertical, "font-bold": rest.required, + "bg-slate-200/70": vState().valid, "bg-red-100": !vState().valid, }} > @@ -96,6 +97,7 @@ export const TextInput: Component< @@ -154,7 +156,7 @@ export const TextArea: Component<