Skip to content

Commit

Permalink
fix: update FABGroup.tsx (#4160)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilav-dev authored Nov 18, 2023
1 parent f5c14c3 commit e7df069
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/FAB/FABGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ const FABGroup = ({
isV3 && { transform: [{ translateY: translations[i] }] },
it.style,
]}
theme={theme}
onPress={(e) => {
it.onPress(e);
close();
Expand Down Expand Up @@ -465,6 +466,7 @@ const FABGroup = ({
accessibilityRole="button"
accessibilityState={{ expanded: open }}
style={[styles.fab, fabStyle]}
theme={theme}
visible={visible}
label={label}
testID={testID}
Expand Down

0 comments on commit e7df069

Please sign in to comment.