Two cases of Text in JM use variation=success with reverseTheme=true and that results in the successReverse color being used which is --color-success. We don't yet have another variation that matches that color, so we need to add this back for now to unblock the JM version bump PR.
Changes
Fixed
Restored success Text variation
Testing
See my comment with before/after screenshots below.
In Storybook, load the Text Basic story, set variation=success and reverseTheme=true. The text should appear green and match --color-success.
Motivations
Two cases of
Text
in JM usevariation=success
withreverseTheme=true
and that results in thesuccessReverse
color being used which is--color-success
. We don't yet have another variation that matches that color, so we need to add this back for now to unblock the JM version bump PR.Changes
Fixed
success
Text variationTesting
See my comment with before/after screenshots below.
In Storybook, load the Text Basic story, set
variation=success
andreverseTheme=true
. The text should appear green and match--color-success
.Changes can be tested via Pre-release