Skip to content

Commit

Permalink
fix(box-shadow): update box-shadow value (#5723)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Mar 30, 2020
1 parent 6763c1d commit 7bb3022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/globals/scss/_helper-mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
/// @example @include box-shadow;
/// @group global-helpers
@mixin box-shadow {
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/// Adds outline styles depending on specific type
Expand Down

0 comments on commit 7bb3022

Please sign in to comment.