Skip to content

Instantly share code, notes, and snippets.

@jm90m
Created July 30, 2017 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jm90m/039ad6e62634857a63e455246e4326b8 to your computer and use it in GitHub Desktop.
Save jm90m/039ad6e62634857a63e455246e4326b8 to your computer and use it in GitHub Desktop.
expo-netflix-example styles.js constants file
export const COLORS = {
GREY: {
BLACK_RUSSIAN: '#0A0A0B',
BRIGHT_GREY: '#5A5B60',
},
RED: {
FIRE_ENGINE_RED: '#D81120',
},
WHITE: {
WHITE: '#FFFFFF',
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment