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 ff6bc2d commit 2e33864Copy full SHA for 2e33864
src/Common/TippyCustomized.tsx
@@ -86,7 +86,7 @@ export const TippyCustomized = (props: TippyCustomizedProps) => {
86
<div
87
className={`dc__word-break dc__hyphens-auto flex dc__align-start left ${
88
isWhiteTheme
89
- ? `p-12 cn-9 ${props.noHeadingBorder ? '' : 'border__secondary-translucent'}`
+ ? `p-12 cn-9 ${props.noHeadingBorder ? '' : 'border__secondary-translucent--bottom'}`
90
: 'pt-20 pb-12 pr-20 pl-20 cn-0 top'
91
}`}
92
>
0 commit comments