Skip to content

Commit bd7e09f

Browse files
committed
Fix Style doc percentage example by using 80% instead of 800% πŸ˜„
1 parent 9494f38 commit bd7e09f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žreason-react-native/src/apis/Style.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let styles =
3939
"container":
4040
viewStyle(
4141
~maxHeight=600.->dp,
42-
~width=800.->pct,
42+
~width=80.->pct,
4343
~justifyContent=`flexStart,
4444
~alignItems=`center,
4545
~margin=auto,

β€Žwebsite/docs/cheatsheet.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ let styles =
194194
"container":
195195
viewStyle(
196196
~maxHeight=600.->dp,
197-
~width=800.->pct,
197+
~width=80.->pct,
198198
~justifyContent=`flexStart,
199199
~alignItems=`center,
200200
~margin=auto,

0 commit comments

Comments
Β (0)