update colors (#154)

pull/26459/head^2
Corwin Smith 2 years ago committed by GitHub
parent 0d715b680d
commit 8241aefcb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/theme/foundations/colors.ts

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

Loading…
Cancel
Save