refactor: update class names and tooltip text in AssistantActionBar and AlertDialog components for improved clarity and consistency

This commit is contained in:
Anish Sarkar 2026-03-21 21:10:19 +05:30
parent bad3eb695f
commit 19bd0c48e8
2 changed files with 3 additions and 3 deletions

View file

@ -113,7 +113,7 @@ function AlertDialogCancel({
}: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>) {
return (
<AlertDialogPrimitive.Cancel
className={cn(buttonVariants({ variant: "secondary" }), className)}
className={cn(buttonVariants({ variant: "secondary" }), "focus-visible:ring-0", className)}
{...props}
/>
);