Skip to content

Commit 1561de0

Browse files
committed
fix(ui): active tab button styles to avoid jumping
1 parent 4309749 commit 1561de0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/codeTabs.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ const TabButton = styled('button')`
159159
&:focus,
160160
&[data-active='true'] {
161161
color: #fff;
162-
font-weight: 500;
163162
border-bottom-color: #6c5fc7;
164163
}
165164
`;

0 commit comments

Comments
 (0)