Created
August 9, 2022 17:14
-
-
Save orodrigogo/6ea3b28e16f83c3e6e8272eb5a62ff58 to your computer and use it in GitHub Desktop.
theme-igniteteams
This file contains hidden or 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 default { | |
COLORS: { | |
WHITE: '#FFFFFF', | |
GREEN_700: '#00875F', | |
GREEN_500: '#00B37E', | |
RED: '#F75A68', | |
RED_DARK: '#AA2834', | |
GRAY_700: '#121214', | |
GRAY_600: '#202024', | |
GRAY_500: '#29292E', | |
GRAY_400: '#323238', | |
GRAY_300: '#7C7C8A', | |
GRAY_200: '#C4C4CC', | |
GRAY_100: '#E1E1E6' | |
}, | |
FONT_FAMILY: { | |
REGULAR: 'Roboto_400Regular', | |
BOLD: 'Roboto_700Bold' | |
}, | |
FONT_SIZE: { | |
SM: 14, | |
MD: 16, | |
LG: 18, | |
XL: 24 | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment