Skip to content

Commit

Permalink
style: adjust box shadow (#1992)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips authored Oct 3, 2024
1 parent a6840c8 commit 32f99d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $-popover-tooltip-inactive: $-popover-tooltip-width solid transparent;
padding: $-popover-panel-padding;
background-color: sage-color(white);
background-clip: padding-box;
box-shadow: sage-shadow(lg);
box-shadow: sage-shadow(md);
border-radius: sage-border(radius-large);

&::after {
Expand Down

0 comments on commit 32f99d5

Please sign in to comment.