fix gray color in dark mode (tailwind 3.0)

This commit is contained in:
spencerwooo
2021-12-17 14:38:49 +08:00
parent a27cc18951
commit 7a77fd884d
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = {
current: 'currentColor', current: 'currentColor',
black: colors.black, black: colors.black,
white: colors.white, white: colors.white,
gray: colors.gray, gray: colors.zinc,
red: colors.rose, red: colors.rose,
yellow: colors.amber, yellow: colors.amber,
green: colors.green, green: colors.green,