Skip to content

Commit 5e74fcb

Browse files
committed
changed styles
1 parent f64dad0 commit 5e74fcb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/docs-gesture-handler/static/examples/PanGestureBasic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const styles = StyleSheet.create({
9292
},
9393
box: {
9494
width: 100,
95-
aspectRatio: 1,
95+
height: 100,
9696
backgroundColor: '#b58df1',
9797
borderRadius: 20,
9898
},

packages/docs-gesture-handler/versioned_docs/version-2.x/examples/PanGestureBasic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const styles = StyleSheet.create({
9595
},
9696
box: {
9797
width: 100,
98-
aspectRatio: 1,
98+
height: 100,
9999
backgroundColor: '#b58df1',
100100
borderRadius: 20,
101101
},

0 commit comments

Comments
 (0)