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 42843ee commit 58cddb7Copy full SHA for 58cddb7
src/Common/TippyCustomized.tsx
@@ -115,7 +115,7 @@ export const TippyCustomized = (props: TippyCustomizedProps) => {
115
{showCloseButton && (
116
<div className="icon-dim-16 ml-auto">
117
<CloseIcon
118
- className={`icon-dim-16 cursor icon-fill__white ${isWhiteTheme ? 'fcn-9' : 'fcn-0'}`}
+ className={`icon-dim-16 cursor ${isWhiteTheme ? 'fcn-9' : 'icon-fill__white'}`}
119
onClick={closeTippy}
120
/>
121
</div>
0 commit comments