Skip to content

Commit

Permalink
Tweak text input colours slightly for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed May 8, 2024
1 parent f60c237 commit f587dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<color name="primaryInputBackground">#2d4cbd</color>
<color name="primaryInputColor">#ffffff</color>

<color name="textInputBackground">#16181e</color>
<color name="textInputBackground">#32343b</color>
<color name="textInputColor">#ffffff</color>
<color name="textInputPlaceholderColor">#818490</color>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<color name="primaryInputBackground">#2d4cbd</color>
<color name="primaryInputColor">#ffffff</color>

<color name="textInputBackground">#ffffff</color>
<color name="textInputBackground">#fafafa</color>
<color name="textInputColor">#1e2028</color>
<color name="textInputPlaceholderColor">#53565e</color>

Expand Down

0 comments on commit f587dab

Please sign in to comment.