From 1c5718f9aaba8ab4a04c28ab7903c98846c25bea Mon Sep 17 00:00:00 2001 From: philipp lang Date: Sun, 4 Feb 2024 01:29:35 +0100 Subject: [PATCH] Remove grey colors --- tailwind.config.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index fa6c0b9..8454e01 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -4,17 +4,6 @@ export default { theme: { extend: { colors: { - gray: { - 100: '#f7fafc', - 200: '#edf2f7', - 300: '#e2e8f0', - 400: '#cbd5e0', - 500: '#a0aec0', - 600: '#718096', - 700: '#4a5568', - 800: '#2d3748', - 900: '#1a202c', - }, edit: { DEFAULT: 'hsl(20, 77%, 55%)', },