Skip to content
Prev Previous commit
Next Next commit
fix: adjust button height in FlowSidebarComponent for improved UI con…
…sistency
  • Loading branch information
deon-sanchez committed Sep 5, 2025
commit c6e47ca3ebbee0e398dfb7ee2e4b859fa2845d07
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ export function FlowSidebarComponent({ isLoading }: FlowSidebarComponentProps) {
<Button
onClick={() => setActiveSection("bundles")}
variant="ghost"
className="bg-muted hover:bg-muted/70 mx-3 px-2.5 !text-[13px] h-[40px] font-normal line-height-[16px] mb-3 group -mt-3"
className="bg-muted hover:bg-muted/70 mx-3 px-2.5 !text-[13px] font-normal line-height-[16px] mb-3 group -mt-3 h-[34px]"
>
<span className="text-muted-foreground flex items-center">
<ForwardedIconComponent
Expand Down