Skip to content

Instantly share code, notes, and snippets.

@chunkydotdev
Created March 14, 2022 16:21
Show Gist options
  • Save chunkydotdev/6188262e3a485901af72f3cff129fb2c to your computer and use it in GitHub Desktop.
Save chunkydotdev/6188262e3a485901af72f3cff129fb2c to your computer and use it in GitHub Desktop.
Open theme structure
export const Spacings = {
xs: '4px',
sm: '8px',
md: '16px',
lg: '32px',
xl: '64px'
}
export const colors = {
primary: '#00A6FB',
secondary: '#006494',
text: '#051923'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment