Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. const offset = 24;
  2.  
  3. const styles = StyleSheet.create({
  4. title: {
  5. marginTop: offset,
  6. marginLeft: offset,
  7. fontSize: offset,
  8. },
  9. nameInput: {
  10. height: offset * 2,
  11.  
  12. margin: offset,
  13. paddingHorizontal: offset,
  14. borderColor: '#111111',
  15. borderWidth: 1,
  16. },
  17. buttonText: {
  18. marginLeft: offset,
  19. fontSize: offset,
  20. },
  21. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement