From 6a55789aa384382b3dc79803467d16c45c9470c4 Mon Sep 17 00:00:00 2001 From: Jesper Christiansen Date: Tue, 2 Jan 2024 11:33:45 -0800 Subject: [PATCH] Change primary/error/success/etc names --- config/tailwind.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/tailwind.config.js b/config/tailwind.config.js index 45b79da9..46cdcc0c 100644 --- a/config/tailwind.config.js +++ b/config/tailwind.config.js @@ -23,25 +23,25 @@ module.exports = { 700: '#232428', 800: '#1c1c20', }, - primary: { + cyan: { 50: '#d7f6fa', 300: '#d7f6fa', 400: '#66d9e8', 500: '#69c6d9', }, - error: { + red: { 50: '#ffe8e8', 300: '#ffc9c9', 400: '#ffa8a8', 500: '#ff8787', }, - success: { + teal: { 50: '#d6faee', 300: '#96f2d7', 400: '#63e6be', 500: '#38d9a9', }, - warning: { + yellow: { 50: '#fff2cb', 300: '#ffe082', 400: '#ffd54f',