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.
2 parents 9eca11d + adf196d commit 35ff606Copy full SHA for 35ff606
src/Notice.tsx
@@ -126,7 +126,7 @@ export const Notice = memo(
126
>
127
<div className="fr-container">
128
<div className="fr-notice__body">
129
- <p className={classes.title}>{title}</p>
+ <p className={cx(fr.cx(`fr-notice__title`), classes.title)}>{title}</p>
130
{/* TODO: Use our button once we have one */}
131
{isClosable && (
132
<button
0 commit comments