Skip to content

Commit 0f989d4

Browse files
committed
refactor: use accessibility label in example
1 parent c5b0039 commit 0f989d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/Examples/FABExample.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const FABExample = () => {
123123
<FAB.Group
124124
open={open}
125125
icon={open ? 'calendar-today' : 'plus'}
126-
aria-label="Calendar FAB"
126+
accessibilityLabel="Calendar FAB"
127127
toggleStackOnLongPress={toggleStackOnLongPress}
128128
actions={[
129129
{ icon: 'plus', onPress: () => {} },

0 commit comments

Comments
 (0)