Skip to content

Commit dd2d11d

Browse files
committed
fix: inherit props for NotificationBannerBody
1 parent 9cf9bd7 commit dd2d11d

File tree

1 file changed

+1
-0
lines changed
  • src/components/NotificationBanner/parts

1 file changed

+1
-0
lines changed

src/components/NotificationBanner/parts/Body.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const NotificationBannerBody = (props: Props) => {
1111
col-start-1 -col-end-1 desktop:col-start-2 text-std-16N-170 text-solid-gray-800
1212
${className ?? ''}
1313
`}
14+
{...rest}
1415
>
1516
{children}
1617
</div>

0 commit comments

Comments
 (0)