diff --git a/src/components/FAB/FABGroup.tsx b/src/components/FAB/FABGroup.tsx index 55d3a7407f..0aa5106372 100644 --- a/src/components/FAB/FABGroup.tsx +++ b/src/components/FAB/FABGroup.tsx @@ -429,6 +429,7 @@ const FABGroup = ({ isV3 && { transform: [{ translateY: translations[i] }] }, it.style, ]} + theme={theme} onPress={(e) => { it.onPress(e); close(); @@ -465,6 +466,7 @@ const FABGroup = ({ accessibilityRole="button" accessibilityState={{ expanded: open }} style={[styles.fab, fabStyle]} + theme={theme} visible={visible} label={label} testID={testID}