From fa7041cf5455b6e7393261799dee36032019090c Mon Sep 17 00:00:00 2001 From: Thomas Wang Date: Tue, 6 May 2025 11:39:31 -0400 Subject: [PATCH] center tablist --- packages/webview-common/src/components/tablist.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webview-common/src/components/tablist.tsx b/packages/webview-common/src/components/tablist.tsx index 5bf7dde5..1617288e 100644 --- a/packages/webview-common/src/components/tablist.tsx +++ b/packages/webview-common/src/components/tablist.tsx @@ -15,7 +15,7 @@ export const Tablist = ({ activeIndex, onChange, items }: TablistProps) => { }; return ( -
+
{items.map((item, index) => (