Skip to content

Commit ff6bc2d

Browse files
committed
fix: border for tippy customized
1 parent 7d3e8bb commit ff6bc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/TippyCustomized.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const TippyCustomized = (props: TippyCustomizedProps) => {
8686
<div
8787
className={`dc__word-break dc__hyphens-auto flex dc__align-start left ${
8888
isWhiteTheme
89-
? `p-12 cn-9 ${props.noHeadingBorder ? '' : 'dc__border-bottom-n1'}`
89+
? `p-12 cn-9 ${props.noHeadingBorder ? '' : 'border__secondary-translucent'}`
9090
: 'pt-20 pb-12 pr-20 pl-20 cn-0 top'
9191
}`}
9292
>

0 commit comments

Comments
 (0)