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%)', },