Resize sidebar footer icons (#5215)

Co-authored-by: Orca <help@stably.ai>
This commit is contained in:
Brennan Benson 2026-06-11 12:57:04 -07:00 committed by GitHub
parent 7414f17376
commit 3dc8b4a25f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ export function ScrollToCurrentWorkspaceToolbarButton(): React.JSX.Element {
onClick={requestScrollToCurrentWorkspaceReveal}
className="text-muted-foreground"
>
<Crosshair className="size-4" />
<Crosshair className="size-3.5" />
</Button>
</TooltipTrigger>
<TooltipContent side="top" sideOffset={4}>

View File

@ -173,7 +173,7 @@ export function SidebarSettingsHelpMenu(): React.JSX.Element {
onPointerDown={(event) => revealAdminOptions(event.altKey)}
onClick={(event) => revealAdminOptions(event.altKey)}
>
<CircleHelp className="size-4" />
<CircleHelp className="size-3.5" />
</Button>
</DropdownMenuTrigger>
</TooltipTrigger>

View File

@ -81,7 +81,7 @@ const SidebarToolbar = React.memo(function SidebarToolbar({
onClick={handleWorkspaceBoardClick}
className="text-muted-foreground"
>
<Kanban className="size-4" />
<Kanban className="size-3.5" />
</Button>
</TooltipTrigger>
<TooltipContent side="top" sideOffset={4}>