From e5a5b76ece6c09ddfbb761bdafd7c01e762bc5b3 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Sat, 2 Aug 2025 12:37:21 +0200 Subject: [PATCH] style: add hover effect to tabs --- apps/web/src/components/editor/media-panel/tabbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/editor/media-panel/tabbar.tsx b/apps/web/src/components/editor/media-panel/tabbar.tsx index a3733e4d..dcf5c8e7 100644 --- a/apps/web/src/components/editor/media-panel/tabbar.tsx +++ b/apps/web/src/components/editor/media-panel/tabbar.tsx @@ -76,8 +76,8 @@ export function TabBar() { return (
setActiveTab(tabKey)} key={tabKey}