wordpress-mobile / gutenberg-mobile

Mobile version of Gutenberg - native iOS and Android
GNU General Public License v2.0
245 stars 56 forks source link

Make colors of editor’s UI to be consistent in the Jetpack app #5047

Open fluiddot opened 2 years ago

fluiddot commented 2 years ago

Description

Following https://github.com/wordpress-mobile/gutenberg-mobile/issues/4889, in the Jetpack app, some UI elements like the text selection and caret navigation are using green color (i.e. Jetpack color). However, the rest of the editor’s elements are using the blue color which is the default one. To be consistent with colors across the editor, we should update them so it looks the same on both WordPress and Jetpack apps. In the future, the colors of the Jetpack app will be updated when we address https://github.com/wordpress-mobile/gutenberg-mobile/issues/4889.

SiobhyB commented 2 years ago

A starting point to addressing this has been made in the following open PRs:

The PRs specifically achieve the following for the Jetpack app:

There's still some known inconsistencies that need to be addressed after the above PRs are merged, however: