Reputation: 11
EDIT:
Hi, Thank You so much for your answer, it helps me a lot. but do you know how to remove the lines background?
Upvotes: 1
Views: 4704
Reputation: 2073
mask={false}
maskStyle={{ backgroundColor: "red" }}
<Modal mask={true} maskStyle={{ backgroundColor: "red" }} title="Basic Modal" visible={isModalVisible} onOk={handleOk} onCancel={handleCancel}>
<p>Some contents...</p>
<p>Some contents...</p>
<p>Some contents...</p>
</Modal>
Upvotes: 6