From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001
From: wwf <yearningwang@iqtogether.com>
Date: 星期三, 04 六月 2025 15:17:49 +0800
Subject: [PATCH] 初始化

---
 app/components/workflow/nodes/http/components/authorization/radio-group.tsx |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/app/components/workflow/nodes/http/components/authorization/radio-group.tsx b/app/components/workflow/nodes/http/components/authorization/radio-group.tsx
index fe58ce2..9cd51c1 100644
--- a/app/components/workflow/nodes/http/components/authorization/radio-group.tsx
+++ b/app/components/workflow/nodes/http/components/authorization/radio-group.tsx
@@ -21,10 +21,9 @@
   return (
     <div
       className={cn(
-        'system-sm-regular flex h-8 grow cursor-default items-center rounded-md border border-components-option-card-option-border bg-components-option-card-option-bg px-2 text-text-secondary',
-        !isSelected && 'cursor-pointer hover:border-components-option-card-option-border-hover hover:bg-components-option-card-option-bg-hover hover:shadow-xs',
-        isSelected && 'system-sm-medium border-[1.5px] border-components-option-card-option-selected-border bg-components-option-card-option-selected-bg shadow-xs',
-      )}
+        isSelected ? 'border-[2px] border-primary-400 bg-white shadow-xs' : 'border border-gray-100 bg-gray-25',
+        'w-0 grow flex items-center justify-center h-8 cursor-pointer rounded-lg text-[13px] font-normal text-gray-900')
+      }
       onClick={onClick}
     >
       {title}

--
Gitblit v1.8.0