Skip to content

Commit c7ed207

Browse files
committed
Improve comments
1 parent 3ce8145 commit c7ed207

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: src/components/modal/modal.tsx

+4-2
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,13 @@ Modal.propTypes = {
228228
*/
229229
zIndex: PropTypes.number,
230230
/**
231-
* CSS classes to apply to the overlay. This is the dark background that covers the rest of the page.
231+
* Additional CSS classes to apply to the overlay,
232+
* along with existing classes `fixed top bottom left right bg-darken50`
232233
*/
233234
themeOverlay: PropTypes.string,
234235
/**
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`
236238
*/
237239
themeContent: PropTypes.string,
238240
/**

0 commit comments

Comments
 (0)