UX: draft delete button was looking odd on user stream (#11232)

This commit is contained in:
Arpit Jalan 2020-11-13 17:21:06 +05:30 committed by GitHub
parent f2bef7ea8f
commit b81326a7dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,5 +142,8 @@
&.d-icon-heart {
color: var(--love);
}
&.d-icon-far-trash-alt {
color: var(--secondary);
}
}
}