Skip to content

Commit 3892963

Browse files
authored
add doc for Modal.backdropColor prop (facebook#4278)
1 parent 8f6f698 commit 3892963

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/modal.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,17 @@ Possible values:
126126

127127
---
128128

129+
### `backdropColor`
130+
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`.
133+
134+
| Type | Default |
135+
| --------------- | ------- |
136+
| [color](colors) | white |
137+
138+
---
139+
129140
### `hardwareAccelerated` <div class="label android">Android</div>
130141

131142
The `hardwareAccelerated` prop controls whether to force hardware acceleration for the underlying window.

0 commit comments

Comments
 (0)