From 1561de038c1a2a36f4d6cb6eae0ce2d392c0e6f6 Mon Sep 17 00:00:00 2001 From: Abdellah Hariti Date: Mon, 3 Mar 2025 15:20:12 +0000 Subject: [PATCH] fix(ui): active tab button styles to avoid jumping --- src/components/codeTabs.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/codeTabs.tsx b/src/components/codeTabs.tsx index 7096f1fd8742f..28f0aab73b82b 100644 --- a/src/components/codeTabs.tsx +++ b/src/components/codeTabs.tsx @@ -159,7 +159,6 @@ const TabButton = styled('button')` &:focus, &[data-active='true'] { color: #fff; - font-weight: 500; border-bottom-color: #6c5fc7; } `;