We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6f698 commit 3892963Copy full SHA for 3892963
docs/modal.md
@@ -126,6 +126,17 @@ Possible values:
126
127
---
128
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
140
### `hardwareAccelerated` <div class="label android">Android</div>
141
142
The `hardwareAccelerated` prop controls whether to force hardware acceleration for the underlying window.
0 commit comments