From 964e4832b5ebf1a38dfb9ff7323345374dc1a7eb Mon Sep 17 00:00:00 2001 From: Eray C Date: Tue, 26 Oct 2021 14:07:18 +0200 Subject: [PATCH] dep: Fix typo on the hex color --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 2884487..ace2b1f 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -3,7 +3,7 @@ module.exports = { darkMode: false, // or 'media' or 'class' theme: { colors: { - yellowbright: "FFF6D6", + 'yellowbright': '#FFF6D6', }, extend: {}, },