Skip to content

Commit 7bb3022

Browse files
authored
fix(box-shadow): update box-shadow value (#5723)
1 parent 6763c1d commit 7bb3022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/globals/scss/_helper-mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
/// @example @include box-shadow;
5555
/// @group global-helpers
5656
@mixin box-shadow {
57-
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
57+
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
5858
}
5959

6060
/// Adds outline styles depending on specific type

0 commit comments

Comments
 (0)