Skip to content

Commit

Permalink
refactor(global): replace yellow-20 with yellow-30 (#4287)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderLyon authored and jnm2377 committed Oct 10, 2019
1 parent 4b03c81 commit 32c76bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/globals/scss/_theme-tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ $notification-error-background-color: $ibm-color__red-10 !default;
/// @access public
/// @group notification
$notification-warning-background-color: mix(
$ibm-color__yellow-20,
$ibm-color__yellow-30,
$ibm-color__white-0,
15%
) !default;
Expand Down

0 comments on commit 32c76bb

Please sign in to comment.