Skip to content

Commit ece4262

Browse files
committed
wip
1 parent 5936f8d commit ece4262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/form/auto-submit/text-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export function AutoSubmitTextInput({
118118
className={cn(
119119
state === "success" && "!border-success focus-visible:ring-success",
120120
state === "error" &&
121-
"!border-destructive focus-visible:ring-destructive",
121+
"!border-destructive focus-visible:ring-destructive",
122122
)}
123123
/>
124124
<p

0 commit comments

Comments
 (0)