fix: Close button click action in contact details sidepanel (#3245)

This commit is contained in:
Muhsin Keloth 2021-10-20 09:05:08 +05:30 committed by GitHub
parent 050df43789
commit b0041ccf3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,6 +94,7 @@ export default {
top: 3.6rem;
font-size: var(--font-size-big);
color: var(--s-500);
z-index: 1;
.close-icon {
margin-right: var(--space-smaller);