Skip to content

Commit c0f20ac

Browse files
authored
fix(ui): active tab button styles to avoid jumping (#12897)
1 parent 4309749 commit c0f20ac

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)