Skip to content

Commit

Permalink
Update sidebar item tooltip design
Browse files Browse the repository at this point in the history
  • Loading branch information
bombies committed Oct 26, 2023
1 parent 1bac732 commit d286b86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/(site)/components/sidebar/SidebarItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ const SidebarItem: FC<SidebarItemProps> = ({title, startContent, href, onClick})
content={title}
placement="right"
closeDelay={10}
classNames={{
base: "bg-secondary/90 border border-primary/40 backdrop-blur-md p-3 font-semibold text-lg"
}}
>
{item}
</Tooltip>
Expand Down

0 comments on commit d286b86

Please sign in to comment.