Skip to content

Instantly share code, notes, and snippets.

@chunkydotdev
Created March 14, 2022 15:52
Show Gist options
  • Save chunkydotdev/275e23fdb9444e49af349329a431a310 to your computer and use it in GitHub Desktop.
Save chunkydotdev/275e23fdb9444e49af349329a431a310 to your computer and use it in GitHub Desktop.
Small styled components theme
export const theme = {
spacings: {
xs: '4px',
sm: '8px',
md: '16px',
lg: '32px',
xl: '64px'
},
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