Skip to content

Commit

Permalink
fix 🐛(lld) arrow tooltip wrong color
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasWerey committed Jan 16, 2025
1 parent 80a46be commit a6ac3d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/light-ghosts-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": minor
---

Remove tooltip arrow when hover a sidebar item
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class SideBarListItem extends PureComponent<Props> {
</span>
);
return (
<Tooltip content={renderedLabel} enabled={!!collapsed} placement="right">
<Tooltip arrow={false} content={renderedLabel} enabled={!!collapsed} placement="right">
<Container
data-testid={`drawer-${id}-button`}
isActive={!disabled && isActive}
Expand Down

0 comments on commit a6ac3d8

Please sign in to comment.