Skip to content

Commit 8ed2c27

Browse files
AlexanderLyonabbeyhrt
authored andcommitted
refactor(global): replace yellow-20 with yellow-30 (#4287)
1 parent 66b99e9 commit 8ed2c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/globals/scss/_theme-tokens.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ $notification-error-background-color: $ibm-color__red-10 !default;
272272
/// @access public
273273
/// @group notification
274274
$notification-warning-background-color: mix(
275-
$ibm-color__yellow-20,
275+
$ibm-color__yellow-30,
276276
$ibm-color__white-0,
277277
15%
278278
) !default;

0 commit comments

Comments
 (0)