Skip to content

Commit e2ce1b7

Browse files
authored
Update modal.md (facebook#4281)
1 parent 3892963 commit e2ce1b7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/modal.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ The `animationType` prop controls how the modal animates.
116116

117117
Possible values:
118118

119-
- `slide` slides in from the bottom,
120-
- `fade` fades into view,
121-
- `none` appears without an animation.
119+
- `slide` slides in from the bottom
120+
- `fade` fades into view
121+
- `none` appears without an animation
122122

123123
| Type | Default |
124124
| ----------------------------------- | ------- |
@@ -128,8 +128,7 @@ Possible values:
128128

129129
### `backdropColor`
130130

131-
The `backdropColor` of the modal (or background color of the modal's container).
132-
Defaults to `white` if not provided and transparent is `false`. Ignored if `transparent` is `true`.
131+
The `backdropColor` of the modal (or background color of the modal's container). Defaults to `white` if not provided and transparent is `false`. Ignored if `transparent` is `true`.
133132

134133
| Type | Default |
135134
| --------------- | ------- |

0 commit comments

Comments
 (0)