Skip to content

Instantly share code, notes, and snippets.

@diego3g
Created September 20, 2017 12:25
Show Gist options
  • Select an option

  • Save diego3g/0019183c7c5e1890022fe02c0732a594 to your computer and use it in GitHub Desktop.

Select an option

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