Update dependencies.

This commit is contained in:
Lee Robinson 2024-01-20 10:39:02 -06:00
parent 1116b4595b
commit a519c3d3bf
21 changed files with 621 additions and 629 deletions

View file

@ -47,7 +47,7 @@ export function SidebarActions({
<TooltipTrigger asChild>
<Button
variant="ghost"
className="w-6 h-6 p-0 hover:bg-background"
className="size-6 p-0 hover:bg-background"
onClick={() => setShareDialogOpen(true)}
>
<IconShare />
@ -60,7 +60,7 @@ export function SidebarActions({
<TooltipTrigger asChild>
<Button
variant="ghost"
className="w-6 h-6 p-0 hover:bg-background"
className="size-6 p-0 hover:bg-background"
disabled={isRemovePending}
onClick={() => setDeleteDialogOpen(true)}
>