Skip to content

Commit 21e1f72

Browse files
committed
Update Hint.tsx
1 parent 5159b22 commit 21e1f72

File tree

1 file changed

+2
-3
lines changed
  • packages/gitbook/src/components/DocumentView

1 file changed

+2
-3
lines changed

packages/gitbook/src/components/DocumentView/Hint.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ export function Hint({
3232
className={tcls(
3333
'hint',
3434
'transition-colors',
35-
'rounded-md',
36-
hasHeading ? 'rounded-l-none!' : null,
37-
'straight-corners:rounded-none',
35+
'rounded-corners:rounded-md',
3836
'circular-corners:rounded-xl',
37+
hasHeading ? 'circular-corners:rounded-l-none rounded-corners:rounded-l-none' : '',
3938
'overflow-hidden',
4039
hasHeading ? ['border-l-2', hintStyle.containerWithHeader] : hintStyle.container,
4140

0 commit comments

Comments
 (0)