We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5159b22 commit 21e1f72Copy full SHA for 21e1f72
packages/gitbook/src/components/DocumentView/Hint.tsx
@@ -32,10 +32,9 @@ export function Hint({
32
className={tcls(
33
'hint',
34
'transition-colors',
35
- 'rounded-md',
36
- hasHeading ? 'rounded-l-none!' : null,
37
- 'straight-corners:rounded-none',
+ 'rounded-corners:rounded-md',
38
'circular-corners:rounded-xl',
+ hasHeading ? 'circular-corners:rounded-l-none rounded-corners:rounded-l-none' : '',
39
'overflow-hidden',
40
hasHeading ? ['border-l-2', hintStyle.containerWithHeader] : hintStyle.container,
41
0 commit comments