Tweak styles of header and history (#487)

This commit is contained in:
Jeremy 2024-11-05 14:16:27 +03:00 committed by GitHub
parent cab9fddecc
commit 94f563f179
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 65 additions and 64 deletions

View file

@ -16,10 +16,10 @@ export function SidebarToggle({
<BetterTooltip content="Toggle Sidebar" align="start">
<Button
onClick={toggleSidebar}
variant="ghost"
variant="outline"
className="md:px-2 md:h-fit"
>
<SidebarLeftIcon />
<SidebarLeftIcon size={16} />
</Button>
</BetterTooltip>
);