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 3e6b821 + 432b188 commit 3b966caCopy full SHA for 3b966ca
src/components/Alert/Alert.tsx
@@ -95,7 +95,7 @@ export const KeystoneAlert = ({
95
{type === 'local' && getIcon()}
96
<div className="kds-alert-content">
97
{title && <p className={titleClassName}>{title}</p>}
98
- <p className={messageClassName}>{children}</p>
+ <div className={messageClassName}>{children}</div>
99
</div>
100
{type === 'local' && closeable && (
101
<button
0 commit comments