Skip to content

Commit

Permalink
Merge branch 'master' into add-selected-ui-light
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Mar 30, 2020
2 parents 6dc9dd9 + 7bb3022 commit 2f87025
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 2f87025

Please sign in to comment.