Skip to content

Commit

Permalink
Add color resources for login button text color
Browse files Browse the repository at this point in the history
  • Loading branch information
theck13 committed Apr 4, 2019
1 parent 8142243 commit 6e4bc09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WordPress/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
<color name="login_background_color">@color/background_default</color>
<color name="login_edit_text_color_control_activated">@color/primary_300</color>
<color name="login_edit_text_color_control_highlight">@color/neutral_100</color>
<color name="login_google_button_text_color">@color/primary</color>
<color name="login_secondary_button_text_color">@color/primary</color>
<color name="login_theme_accent_color">@color/accent</color>

<!-- SEMANTIC -->
Expand Down

0 comments on commit 6e4bc09

Please sign in to comment.