Created
March 14, 2022 15:52
-
-
Save chunkydotdev/275e23fdb9444e49af349329a431a310 to your computer and use it in GitHub Desktop.
Small styled components theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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