report by @marcuswisecaesar at https://github.com/WordPress/gutenberg/issues/18647.
Describe the bug
First noticed in 2482935-zen on a Simple Site when adding a Jetpack Mailchimp block, the success message after submitting an email address comes through as white text on the white background of the site.
To reproduce
Steps to reproduce the behavior:
Expected behavior
Expected to see Processing message, and then Success as set in the Block Editor.
Screenshots
Direct Link
Desktop (please complete the following information):
It seems the problem is limited to WordPress.com simple sites; there the CSS variable --color-success is not transformed in #008a00. In Jetpack it works.
cc @sirreal who brought in those changes in #13503.
It seems the problem is limited to WordPress.com simple sites; there the CSS variable
--color-successis not transformed in#008a00. In Jetpack it works.cc @sirreal who brought in those changes in #13503.
馃憢 @simison
From a quick glance, this seems like it could be due to the same issue as I described here: https://github.com/Automattic/jetpack/pull/13854#issuecomment-550898168
FYI @jeffersonrabb who's working on MailChimp block iteration. Wanna help fix this small bug? :-)
Found the problem, fix at D35821-code
Fixed in r199801-wpcom
Most helpful comment
Found the problem, fix at D35821-code