From 50646ffccf98311bf6f18670f8712cbe68530172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Mon, 27 Jan 2025 07:49:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4Picker=E4=B8=AD=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E9=A2=84=E8=A7=88=E5=9D=97=E7=9A=84=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FloatColorPicker.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FloatColorPicker.module.css b/src/components/FloatColorPicker.module.css index 42f35f6..648989c 100644 --- a/src/components/FloatColorPicker.module.css +++ b/src/components/FloatColorPicker.module.css @@ -1,7 +1,7 @@ @layer components { .float_color_picker { position: relative; - height: 32px; + height: 22px; .preview { height: 100%; display: flex;