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 35c8b06 commit af76f83Copy full SHA for af76f83
src/CallOut.tsx
@@ -75,7 +75,7 @@ export const CallOut = memo(
75
{...rest}
76
>
77
{title !== undefined && (
78
- <HtmlTitleTag className={cx(fr.cx("fr-card__title"), classes.title)}>
+ <HtmlTitleTag className={cx(fr.cx("fr-callout__title"), classes.title)}>
79
{title}
80
</HtmlTitleTag>
81
)}
0 commit comments