-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Update global text and field styles #58
Conversation
Added base font color with opacity variations. Implemented throughout with letter spacing. This is a WIP - this should be centralized rather than continuously repeated. I've been unable to get react-native-global-props to function.
Taking care of this in separate PRs |
Also remove StyledText component from Variables. Investigate - remove styled.Text RN component from components where declared with no styles? Can also then remove styled-components import
Debugging on ios now and there are some small layout issues around |
@sethvincent @kamicut I've set this PR as ready to review, as its gotten a bit large and away from the original stated purpose. I'll work on validation separately, and some of the rest of the app styling separately as well. This does still need to be tested and debugged on IOS. |
…ntseed/observe into update/field-styles-validation
tested and made some improvements for ios/iphonex layout of the tag editor and |
Multiple styling edits for text and field styles. This is an attempt to match the text and colors used throughout the app more closely to the original UI designs.
@sethvincent can you help out with some of the todos below, especially the first and last item?
TO DO:
-[ ] Implement working icons in FeatureDetailHeader for the View and Add point screens