Change background colors
This commit is contained in:
parent
80f51e0af2
commit
6d8f76dec5
|
@ -30,6 +30,10 @@ module.exports = {
|
|||
gray: gray,
|
||||
neutral: gray,
|
||||
cyan: colors.cyan,
|
||||
neutral: {
|
||||
800: '#212121',
|
||||
900: '#121212',
|
||||
}
|
||||
},
|
||||
fontSize: {
|
||||
'2xs': '0.625rem',
|
||||
|
|
Loading…
Reference in New Issue