We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4db04ce + 7a0b7fd commit e3e4a1fCopy full SHA for e3e4a1f
src/design-system/info-bar/info-bar.component.tsx
@@ -9,7 +9,7 @@ import { Text } from '../text';
9
import * as cx from './info-bar.css';
10
11
export interface Props {
12
- message: string;
+ message: ReactNode;
13
icon: ReactNode;
14
callToAction?: {
15
label?: string;
0 commit comments