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 9cf9bd7 commit dd2d11dCopy full SHA for dd2d11d
src/components/NotificationBanner/parts/Body.tsx
@@ -11,6 +11,7 @@ export const NotificationBannerBody = (props: Props) => {
11
col-start-1 -col-end-1 desktop:col-start-2 text-std-16N-170 text-solid-gray-800
12
${className ?? ''}
13
`}
14
+ {...rest}
15
>
16
{children}
17
</div>
0 commit comments