Skip to content

Commit

Permalink
feat(combobox): add default elevation
Browse files Browse the repository at this point in the history
Adds elevation token level 3 to the combobox component.
  • Loading branch information
brentswisher committed Feb 9, 2024
1 parent a1ade7a commit 75a7dde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/flat-clocks-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ithaka/pharos': minor
---

Add default elevation to combobox component
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
z-index: 1;
width: 100%;
box-sizing: border-box;
box-shadow: var(--pharos-elevation-level-3);
border-radius: var(--pharos-radius-base-standard);
background-color: var(--pharos-color-ui-10);
border: 1px solid var(--pharos-form-element-color-border-base);
Expand Down

0 comments on commit 75a7dde

Please sign in to comment.