Proper style for the delete button(cross) on "email documents" popup

This commit is contained in:
Govinda Kocharekar
2023-11-27 23:14:31 +05:30
committed by GitHub
parent 8041151243
commit 60857638ba
@@ -274,8 +274,7 @@ function EmailComponent({
<span
style={{
color: "white",
fontSize: "13px",
marginTop: "2px"
fontSize: "13px"
}}
>
{data}
@@ -287,7 +286,8 @@ function EmailComponent({
src={close}
width={10}
height={10}
style={{ fontWeight: "600", margin: "0 0 10px 2px" }}
style={{ fontWeight: "600", marginLeft: "7px" }}
className="emailChipClose"
/>
</div>
);