Skip to content

Commit 1c0b4d9

Browse files
committed
fix: added forgotten committed styles for bottom sheet (in previous PR)
1 parent 3313cb4 commit 1c0b4d9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • FabricExample/src/screens/Examples/AwareScrollView

FabricExample/src/screens/Examples/AwareScrollView/styles.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,7 @@ export const styles = StyleSheet.create({
3838
borderRadius: 8,
3939
paddingHorizontal: 12,
4040
},
41+
bottomSheetContent: {
42+
flex: 1,
43+
},
4144
});

0 commit comments

Comments
 (0)