Skip to content

Commit

Permalink
Merge pull request #19845 from wordpress-mobile/issue/co-branding-wel…
Browse files Browse the repository at this point in the history
…come-screen-follow-up

Replace green-ish gradient colors to white on the login screen
  • Loading branch information
Artyom Vlasov authored Dec 22, 2023
2 parents 18bea60 + 4daccfd commit 70eb2d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WordPress/src/jetpack/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<color name="bg_jetpack_login_splash_bottom_panel">#CCF1F3EC</color>
<color name="border_top_jetpack_login_splash_bottom_panel">#0D000000</color>

<color name="bg_jetpack_login_splash_top_gradient_1">#FCF1F3EC</color>
<color name="bg_jetpack_login_splash_top_gradient_2">#FAF1F3EC</color>
<color name="bg_jetpack_login_splash_top_gradient_3">#D9F1F3EC</color>
<color name="bg_jetpack_login_splash_top_gradient_4">#00F1F3EC</color>
<color name="bg_jetpack_login_splash_top_gradient_1">#FCFFFFFF</color>
<color name="bg_jetpack_login_splash_top_gradient_2">#FAFFFFFF</color>
<color name="bg_jetpack_login_splash_top_gradient_3">#D9FFFFFF</color>
<color name="bg_jetpack_login_splash_top_gradient_4">#00FFFFFF</color>

<color name="text_color_jetpack_login_label_primary">#3858E9</color>
<color name="text_color_jetpack_login_label_secondary">@color/jetpack_green_40</color>
Expand Down
1 change: 1 addition & 0 deletions WordPress/src/jetpack/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<string name="login_prologue_revamped_jetpack_feature_text_13">Build an audience</string>
<string name="login_prologue_revamped_jetpack_feature_text_14">Post a photo</string>
<string name="login_prologue_revamped_jetpack_feature_text_15">Write from anywhere</string>
<string name="login_prologue_revamped_jetpack_feature_text_16">Manage your domains</string>

<!-- Login Magic Link -->
<string name="login_magic_links_sent_label">Check your email on this device and tap the link in the email you received from Jetpack.com.</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
<item>@string/login_prologue_revamped_jetpack_feature_text_13</item>
<item>@string/login_prologue_revamped_jetpack_feature_text_14</item>
<item>@string/login_prologue_revamped_jetpack_feature_text_15</item>
<item>@string/login_prologue_revamped_jetpack_feature_text_16</item>
</string-array>
</resources>

0 comments on commit 70eb2d9

Please sign in to comment.