diff --git a/tailwind.config.js b/tailwind.config.js index 714c6e0..2138cdd 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -11,7 +11,7 @@ module.exports = { current: 'currentColor', black: colors.black, white: colors.white, - gray: colors.gray, + gray: colors.zinc, red: colors.rose, yellow: colors.amber, green: colors.green,