From 7b32bcd3abbc23d3fd66e84c464699f2d5dcb8dc Mon Sep 17 00:00:00 2001 From: alger Date: Wed, 4 Feb 2026 20:17:14 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E4=B8=BB=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tailwind.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 9aebeb8..b533bee 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -6,9 +6,9 @@ export default { extend: { colors: { primary: { - DEFAULT: '#000', - light: '#fff', - dark: '#000' + DEFAULT: '#22c55e', + light: '#22c55e', + dark: '#1eb154ff' }, secondary: { DEFAULT: '#6c757d',