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 6289425 commit 54e38e3Copy full SHA for 54e38e3
src/Shared/Components/FeatureDescription/FeatureTitleWithInfo.tsx
@@ -46,7 +46,7 @@ const FeatureTitleWithInfo = ({
46
>
47
<div className="flexbox dc__align-items-center dc__gap-4">
48
<BreadCrumb breadcrumbs={breadCrumbs} />
49
- <ICHelpOutline className={`${iconClassName} icon-dim-20 cursor`} onClick={onClickInfoIcon} />
+ <ICHelpOutline className={`${iconClassName} icon-dim-20 cursor fcn-6`} onClick={onClickInfoIcon} />
50
</div>
51
52
{children}
0 commit comments