Skip to content

Commit

Permalink
fix: scrollable container shadow color
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Jun 26, 2024
1 parent e9afed3 commit 8ac8b46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

position: absolute;
display: block;
box-shadow: 0 0 theme.get-spacing(4) theme.get-spacing(2) theme.get-color(neutral-light-2);
box-shadow: 0 0 theme.get-spacing(4) theme.get-spacing(2) theme.get-color(overlay-dark);
content: "";
opacity: 0;
transition: opacity 0.3s ease;
Expand Down

0 comments on commit 8ac8b46

Please sign in to comment.