fix(ui): vertically center action buttons in provider list

Change the flex alignment from items-start to items-center in the provider card layout to ensure the action buttons (Enable, Edit, Delete) are vertically centered relative to the provider information.
This commit is contained in:
Jason
2025-10-12 13:17:38 +08:00
parent 3bd70b9508
commit 036d41b774

View File

@@ -111,7 +111,7 @@ const ProviderList: React.FC<ProviderListProps> = ({
isCurrent ? cardStyles.selected : cardStyles.interactive,
)}
>
<div className="flex items-start justify-between">
<div className="flex items-center justify-between">
<div className="flex-1">
<div className="flex items-center gap-3 mb-2">
<h3 className="font-medium text-gray-900 dark:text-gray-100">