Fixed: add green color

This commit is contained in:
philipp lang 2021-07-03 23:59:17 +02:00
parent dfe968dfde
commit e12659dd7a
1 changed files with 4 additions and 0 deletions

4
tailwind.config.js vendored
View File

@ -28,6 +28,10 @@ module.exports = {
gray: colors.gray,
white: colors.white,
red: colors.red,
green: {
100: colors.green[100],
800: colors.green[800],
}
}
},
corePlugins: {