Fix colors

This commit is contained in:
Dane Everitt 2022-02-20 18:35:44 -05:00
parent 06cc228f26
commit 4920ca41a8
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -12,8 +12,31 @@ module.exports = {
}, },
extend: { extend: {
colors: { colors: {
primary: colors.blue, black: '#131a20',
neutral: colors.slate, primary: {
50: '#e6f6ff',
100: '#b8e2ff',
200: '#7ac3fa',
300: '#49a4f3',
400: '#2487eb',
500: '#0967d3',
600: '#0550b3',
700: '#0345a0',
800: '#01337e',
900: '#002057',
},
neutral: {
50: '#f5f7fa',
100: '#e5e8eb',
200: '#cad1d8',
300: '#9aa5b1',
400: '#7b8793',
500: '#606d7b',
600: '#515f6c',
700: '#3f4d5a',
800: '#33404d',
900: '#1f2933',
},
cyan: colors.cyan, cyan: colors.cyan,
}, },
fontSize: { fontSize: {