Skip to content

Instantly share code, notes, and snippets.

@koss-lebedev
Last active September 17, 2018 12:14
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 koss-lebedev/9841625c78ac01c4ba110880f3f4c57e to your computer and use it in GitHub Desktop.
Save koss-lebedev/9841625c78ac01c4ba110880f3f4c57e to your computer and use it in GitHub Desktop.
const theme = {
color: {
text: '#141414',
primary: '#023EBE',
danger: '#E90056'
},
fontSize: {
header: '2rem',
subTitle: '1.8rem',
text: '1.6rem'
}
}
export default theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment