Skip to content

Commit

Permalink
DropdownMenuNav: Add pharos-elevation-level-3 token (#670)
Browse files Browse the repository at this point in the history
* fix(dropdown-menu-nav): add elevation 3 to dropdown-menu-nav

* add changeset

* fix(dropdown-menu): add elevation 3 to dropdown-menu
  • Loading branch information
mtorres3 committed Jan 22, 2024
1 parent f03d40f commit 5b8510e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/gentle-onions-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ithaka/pharos": patch
---

Hotfix/dropdown-menu-nav: Add pharos-elevation-level-3 token to dropdown-menu-nav
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
padding-inline-start: 0;
border: 1px solid var(--pharos-dropdown-menu-color-border-base);
border-radius: 2px;
box-shadow: var(--pharos-elevation-level-3);
visibility: hidden;
pointer-events: none;
opacity: 0;
Expand Down

0 comments on commit 5b8510e

Please sign in to comment.