-
Notifications
You must be signed in to change notification settings - Fork 737
Colors - update danger design tokens colors (a11y) #3760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -57,7 +57,7 @@ export default { | |||
$iconSuccessLight: colorsPalette.green30, | |||
$iconMajor: colorsPalette.orange10, | |||
$iconDanger: colorsPalette.red10, | |||
$iconDangerLight: colorsPalette.red30, | |||
$iconDangerLight: colorsPalette.red10, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make a note to deprecate iconDangerLight
@@ -43,7 +43,7 @@ export default { | |||
$textSuccessLight: colorsPalette.green30, | |||
$textMajor: colorsPalette.orange10, | |||
$textDanger: colorsPalette.red10, | |||
$textDangerLight: colorsPalette.red30, | |||
$textDangerLight: colorsPalette.red10, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make a note to deprecate textDangerLight
@@ -22,7 +22,7 @@ export default { | |||
$backgroundWarningLight: colorsPalette.yellow70, | |||
$backgroundMajorLight: colorsPalette.orange80, | |||
$backgroundMajorHeavy: colorsPalette.orange30, | |||
$backgroundDangerHeavy: colorsPalette.red30, | |||
$backgroundDangerHeavy: colorsPalette.red10, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make a note to change backgroundDangerHeavy to backgroundDanger
…ght, and iconDangerLight
Description
Update
danger
design tokens colors.Changed -
$backgroundDangerHeavy, $textDangerLight, $iconDangerLight, $outlineDanger
fromred30
tored10
.Note that now:
$textDangerLight equal to $textDanger
and$iconDangerLight equal to $iconDanger
Changelog
Colors - Update
danger
design tokens colors (a11y).Additional info
MADS-4756