Skip to content

Commit

Permalink
fix(Menu): Add pointer cursor to all menu items (#4872)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmacknz authored Jul 29, 2024
1 parent c9c4cdd commit 1f97fcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/eleven-lemons-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kaizen/components": patch
---

Menu v3: Add pointer cursor to all menu items
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
align-items: center;
margin-inline: var(--spacing-6);
text-decoration: none;
cursor: pointer;
}

.iconWrapper {
Expand Down

0 comments on commit 1f97fcd

Please sign in to comment.