mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 18:36:23 +02:00
refactor: update class names and tooltip text in AssistantActionBar and AlertDialog components for improved clarity and consistency
This commit is contained in:
parent
bad3eb695f
commit
19bd0c48e8
2 changed files with 3 additions and 3 deletions
|
|
@ -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}
|
||||
/>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue