From 675e8c7e214816d9795eebb14a059b2f5b6be89d Mon Sep 17 00:00:00 2001 From: canisminor1990 Date: Tue, 4 Feb 2025 19:19:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20Fix=20Tripo=20Color=20I?= =?UTF-8?q?con?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Tripo/components/Color.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Tripo/components/Color.tsx b/src/Tripo/components/Color.tsx index c26030d..17f7255 100644 --- a/src/Tripo/components/Color.tsx +++ b/src/Tripo/components/Color.tsx @@ -9,6 +9,8 @@ import { TITLE } from '../style'; const Icon: IconType = forwardRef(({ size = '1em', style, ...rest }, ref) => { return ( { d="M12.661 4.752a.04.04 0 00-.013-.055.038.038 0 00-.02-.005H6.496a.19.19 0 01-.165-.092L4.245 1.052a.034.034 0 01.014-.047A.038.038 0 014.275 1c5.492 0 10.733 0 15.721.002 2.089 0 3.699 1.54 4.003 3.598.008.062-.019.092-.08.092h-6.67a.204.204 0 00-.174.1c-1.414 2.41-2.82 4.803-4.218 7.178-.28.472-.92.62-1.373.342-.19-.116-.357-.304-.502-.561a37.917 37.917 0 00-.882-1.489c-.222-.356-.234-.707-.035-1.052a661.77 661.77 0 012.597-4.46v.002z" fill="#F6D85A" /> - + ); });