update toaster LO; add forms where in necessary

This commit is contained in:
yzned
2025-07-20 12:38:04 +03:00
committed by yzned
parent ee83aefabc
commit 39b3a837df
10 changed files with 151 additions and 88 deletions

View File

@@ -17,7 +17,7 @@ export const TextLink: FC<TextLinkProps> = ({
<a
data-disabled={disabled}
className={cn(
"text-feedback-info-900 data-[disabled=true]:opacity-50 font-[600] data-[disabled=false]:cursor-pointer data-[disabled=false]:hover:border-b-[2px] w-fit transition-all duration-75",
"text-feedback-info-900 data-[disabled=true]:opacity-50 font-[500] data-[disabled=false]:cursor-pointer data-[disabled=false]:hover:border-b-[2px] w-fit transition-all duration-75",
className,
)}
{...props}