Skip to content

Commit

Permalink
remove aria-alive
Browse files Browse the repository at this point in the history
  • Loading branch information
changmaru committed Jan 21, 2025
1 parent ef80f03 commit 02da045
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/stories-web/src/components/Callout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ const Callout: FC<Props> = (props: Props) => {
wrapperClasses.push(`-size-${size}`)

return (
<div
className={wrapperClasses.join(' ')}
aria-live="polite"
>
<div className={wrapperClasses.join(' ')}>
<span className="_leading in-icon"></span>
<div className="_body">
{ children }
Expand Down

0 comments on commit 02da045

Please sign in to comment.