Change background colors

This commit is contained in:
Angelillo15 2023-07-08 22:54:58 +02:00
parent 80f51e0af2
commit 6d8f76dec5
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ module.exports = {
gray: gray, gray: gray,
neutral: gray, neutral: gray,
cyan: colors.cyan, cyan: colors.cyan,
neutral: {
800: '#212121',
900: '#121212',
}
}, },
fontSize: { fontSize: {
'2xs': '0.625rem', '2xs': '0.625rem',