From 036d41b774c3c2d606513bd30fc8c12bc4563ad7 Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 12 Oct 2025 13:17:38 +0800 Subject: [PATCH] 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. --- src/components/ProviderList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProviderList.tsx b/src/components/ProviderList.tsx index 42400b9..8b2ddff 100644 --- a/src/components/ProviderList.tsx +++ b/src/components/ProviderList.tsx @@ -111,7 +111,7 @@ const ProviderList: React.FC = ({ isCurrent ? cardStyles.selected : cardStyles.interactive, )} > -
+