We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce8145 commit c7ed207Copy full SHA for c7ed207
src/components/modal/modal.tsx
@@ -228,11 +228,13 @@ Modal.propTypes = {
228
*/
229
zIndex: PropTypes.number,
230
/**
231
- * CSS classes to apply to the overlay. This is the dark background that covers the rest of the page.
+ * Additional CSS classes to apply to the overlay,
232
+ * along with existing classes `fixed top bottom left right bg-darken50`
233
234
themeOverlay: PropTypes.string,
235
- * CSS classes to apply to the content. This is the white box that contains the modal content.
236
+ * Additional CSS classes to apply to the content,
237
+ * along with existing classes `relative bg-white round`
238
239
themeContent: PropTypes.string,
240
0 commit comments