Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@diego3g
Created September 20, 2017 12:25
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 diego3g/0019183c7c5e1890022fe02c0732a594 to your computer and use it in GitHub Desktop.
Save diego3g/0019183c7c5e1890022fe02c0732a594 to your computer and use it in GitHub Desktop.
// src/styles/colors.js
const colors = {
header: '#333333',
primary: '#069',
};
export default colors;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment