We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The color that is set on the web in the paragraph is not rendered properly on mobile.
The bug was introduced here : WordPress/gutenberg@6603642
To Reproduce
<!-- wp:group --> <div class="wp-block-group"><div class="wp-block-group__inner-container"><!-- wp:paragraph --> <p>Nested paragraph - Text Color set in group</p> <!-- /wp:paragraph --></div></div> <!-- /wp:group --> <!-- wp:group --> <div class="wp-block-group"><div class="wp-block-group__inner-container"><!-- wp:paragraph {"customTextColor":"#09b5ff","customBackgroundColor":"#9aa300"} --> <p style="background-color:#9aa300;color:#09b5ff" class="has-text-color has-background">Nested paragraph - Text Color set in paragraph</p> <!-- /wp:paragraph --></div></div> <!-- /wp:group --> <!-- wp:paragraph {"customTextColor":"#09b5ff","customBackgroundColor":"#9aa300"} --> <p style="background-color:#9aa300;color:#09b5ff" class="has-text-color has-background">NOT nested paragraph - Text Color set in paragraph</p> <!-- /wp:paragraph --> <!-- wp:paragraph {"textColor":"secondary","customBackgroundColor":"#9aa300"} --> <p style="background-color:#9aa300" class="has-text-color has-background has-secondary-color">NOT nested paragraph - Text Color set in paragraph</p> <!-- /wp:paragraph -->
Expected behavior The paragraph should have text color set to the same as on the web
Screenshots
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The color that is set on the web in the paragraph is not rendered properly on mobile.
The bug was introduced here : WordPress/gutenberg@6603642
To Reproduce
Expected behavior
The paragraph should have text color set to the same as on the web
Screenshots
The text was updated successfully, but these errors were encountered: