From c0ea1fb9f319d1ea69a6a1cff9182f6326528718 Mon Sep 17 00:00:00 2001 From: peng Date: Mon, 27 Oct 2025 11:16:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=AE=A1=E7=90=86=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=89=8D=E7=AB=AF=20-=20=E6=8F=90=E4=BA=A4=E8=BE=B9?= =?UTF-8?q?=E6=A1=86=E9=A2=9C=E8=89=B2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crop-x/tailwind.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crop-x/tailwind.config.js b/crop-x/tailwind.config.js index 0e85fc7..34d8c63 100644 --- a/crop-x/tailwind.config.js +++ b/crop-x/tailwind.config.js @@ -10,8 +10,8 @@ export default { ], theme: { extend: { - colors: { - border: 'var(--border)', + colors: { + border: 'var(--border)', input: 'hsl(var(--input))', ring: 'hsl(var(--ring))', background: 'hsl(var(--background))',