From 8e11a2fb560d5d6f1589b7b205ee431224613dd8 Mon Sep 17 00:00:00 2001 From: julius Date: Tue, 23 Dec 2025 11:28:16 +0100 Subject: [PATCH] bold active tab --- frontend/src/TabController.tsx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/frontend/src/TabController.tsx b/frontend/src/TabController.tsx index 4ffee68..5d5bea8 100644 --- a/frontend/src/TabController.tsx +++ b/frontend/src/TabController.tsx @@ -21,8 +21,17 @@ export default function TabController({ tabs, children }: TabControllerProps) {