Skip to content

Commit

Permalink
Update src/internal/components/ScrollableRegion.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Black <joshblack@github.com>
  • Loading branch information
strackoverflow and joshblack authored Dec 11, 2023
1 parent 811e37a commit 37d3231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/components/ScrollableRegion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Box from '../../Box'
import {useOverflow} from '../hooks/useOverflow'

type ScrollableRegionProps = React.PropsWithChildren<{
'aria-labelledby'?: string
'aria-labelledby': string
className?: string
}>

Expand Down

0 comments on commit 37d3231

Please sign in to comment.