Skip to content

Commit

Permalink
Update box-shadow token from higher to overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ju committed Oct 21, 2022
1 parent cb2a945 commit 34e1375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/app/styles/components/dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
flex-direction: column;
padding: 0;
background: var(--token-color-surface-primary);
border: 1px solid rgba(59, 61, 69, 40%); // --token-color-border-strong;
border: none;
border-radius: 10px;
box-shadow: var(--token-elevation-higher-box-shadow);
box-shadow: var(--token-surface-overlay-box-shadow);

&[open] {
display: flex;
Expand Down

0 comments on commit 34e1375

Please sign in to comment.