diff --git a/packages/react/components/Label.tsx b/packages/react/components/Label.tsx index 520ae09..ab6ee42 100644 --- a/packages/react/components/Label.tsx +++ b/packages/react/components/Label.tsx @@ -2,7 +2,7 @@ import React from "react"; import { VariantProps, vcn } from "../shared"; const [labelVariant, resolveLabelVariantProps] = vcn({ - base: "has-[input[disabled]]:brightness-50 has-[input[disabled]]:cursor-not-allowed", + base: "has-[input[disabled]]:brightness-75 has-[input[disabled]]:cursor-not-allowed has-[input:invalid]:text-red-500", variants: { direction: { vertical: "flex flex-col gap-2 justify-center items-start",