Skip to content

Commit 02da045

Browse files
committed
remove aria-alive
1 parent ef80f03 commit 02da045

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/stories-web/src/components/Callout.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ const Callout: FC<Props> = (props: Props) => {
2424
wrapperClasses.push(`-size-${size}`)
2525

2626
return (
27-
<div
28-
className={wrapperClasses.join(' ')}
29-
aria-live="polite"
30-
>
27+
<div className={wrapperClasses.join(' ')}>
3128
<span className="_leading in-icon"></span>
3229
<div className="_body">
3330
{ children }

0 commit comments

Comments
 (0)