update colors (#154)

This commit is contained in:
Corwin Smith 2022-12-12 20:16:59 +01:00 committed by GitHub
parent 0d715b680d
commit 8241aefcb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -7,14 +7,14 @@ export const colors = {
400: '#1FD3B0', 400: '#1FD3B0',
500: '#2EBDA1', 500: '#2EBDA1',
600: '#11866f', 600: '#11866f',
700: '#08715C', 700: '#25534A',
800: '#25453f', 800: '#173C35',
900: '#01100D' 900: '#01100D'
}, },
gray: { gray: {
800: '#1d242c' 800: '#1d242c'
}, },
yellow: { yellow: {
50: '#f0f2e2' 50: '#FBFDEF'
} }
}; };