Fixed: add green color
This commit is contained in:
parent
dfe968dfde
commit
e12659dd7a
|
@ -28,6 +28,10 @@ module.exports = {
|
||||||
gray: colors.gray,
|
gray: colors.gray,
|
||||||
white: colors.white,
|
white: colors.white,
|
||||||
red: colors.red,
|
red: colors.red,
|
||||||
|
green: {
|
||||||
|
100: colors.green[100],
|
||||||
|
800: colors.green[800],
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
corePlugins: {
|
corePlugins: {
|
||||||
|
|
Loading…
Reference in New Issue