Skip to content

Commit 5b10cde

Browse files
authored
Fix background corners showing through Powered through GitBook badge (#3493)
1 parent 4aeb81b commit 5b10cde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/gitbook/src/components/TableOfContents/Trademark.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ export function Trademark(props: {
4040
'[html.sidebar-filled.theme-muted_&]:bg-tint-base',
4141
'[html.sidebar-filled.theme-bold.tint_&]:bg-tint-base',
4242

43+
'rounded-lg',
44+
'straight-corners:rounded-none',
45+
'circular-corners:rounded-2xl',
46+
4347
'before:hidden',
4448
'lg:before:block',
4549
'before:content-[""]',

0 commit comments

Comments
 (0)