Skip to content

Commit 6085763

Browse files
authored
Proper style for the delete button(cross) on "email documents" popup
1 parent 8041151 commit 6085763

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

microfrontends/SignDocuments/src/Component/component/emailComponent.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,7 @@ function EmailComponent({
274274
<span
275275
style={{
276276
color: "white",
277-
fontSize: "13px",
278-
marginTop: "2px"
277+
fontSize: "13px"
279278
}}
280279
>
281280
{data}
@@ -287,7 +286,8 @@ function EmailComponent({
287286
src={close}
288287
width={10}
289288
height={10}
290-
style={{ fontWeight: "600", margin: "0 0 10px 2px" }}
289+
style={{ fontWeight: "600", marginLeft: "7px" }}
290+
className="emailChipClose"
291291
/>
292292
</div>
293293
);

0 commit comments

Comments
 (0)