Skip to content

Commit 0700739

Browse files
committed
feat(modal): add elevation token
Adds elevation token level 5 to the modal component.
1 parent a1ade7a commit 0700739

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/pharos/src/components/modal/pharos-modal.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
pointer-events: none;
3232
z-index: 9001;
3333
visibility: hidden;
34+
box-shadow: var(--pharos-elevation-level-5);
3435

3536
@at-root #{&}--small {
3637
width: 28rem;

0 commit comments

Comments
 (0)