From 9c375a9e81bfcb8c966283403a43282308eb9d6c Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sun, 3 Jul 2022 13:53:01 +0200 Subject: [PATCH] Change color name to clear warn --- tailwind.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.ts b/tailwind.config.ts index 8822478..23e3186 100755 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -112,7 +112,7 @@ module.exports = defineConfig({ amber: colors.amber, orange: colors.orange, red: colors.red, - warmGray: colors.warmGray, + stone: colors.stone, trueGray: colors.trueGray, gray: colors.gray, coolGray: colors.coolGray,