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
Our brand colors are inconsistent on mobile.
mobile/src/theme.js
Line 20 in e3217ac
$DarkTeal value should be #005D69 | RGB 0, 93, 105, 1
$DarkTeal
I also found it here:
mobile/android/app/src/main/res/values/colors.xml
Line 4 in e3217ac
It should be similarly redefined.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Our brand colors are inconsistent on mobile.
mobile/src/theme.js
Line 20 in e3217ac
$DarkTeal
value should be #005D69 | RGB 0, 93, 105, 1I also found it here:
mobile/android/app/src/main/res/values/colors.xml
Line 4 in e3217ac
It should be similarly redefined.
The text was updated successfully, but these errors were encountered: