From 89444fa1471d49bb5b937ec90e329017bc70a376 Mon Sep 17 00:00:00 2001 From: mantikoros Date: Fri, 8 Apr 2022 16:10:03 -0500 Subject: [PATCH] tab styling --- web/components/layout/tabs.tsx | 54 ++++++++++++++++++---------------- 1 file changed, 29 insertions(+), 25 deletions(-) diff --git a/web/components/layout/tabs.tsx b/web/components/layout/tabs.tsx index 575a9f0b..45b6a7d7 100644 --- a/web/components/layout/tabs.tsx +++ b/web/components/layout/tabs.tsx @@ -17,31 +17,35 @@ export function Tabs(props: { tabs: Tab[]; defaultIndex?: number }) { return (
- +
+ +
{activeTab.content}