fix: provider card style

This commit is contained in:
yyh 2026-01-13 13:50:28 +08:00
parent 9920e0b89a
commit 63fff151c7
No known key found for this signature in database

View File

@ -56,9 +56,8 @@ const ProviderCard = ({
return (
<div
className={cn(
'group flex items-center gap-3 rounded-[15px] py-3 pl-3',
'group flex items-center gap-3 rounded-[15px] bg-background-section-burn py-3 pl-3',
'border-[0.5px] border-components-panel-border shadow-xs',
isCurrent ? 'bg-background-section' : 'bg-background-section-burn',
disabled ? 'pr-6' : 'pr-4',
)}
>