Revert "Fix: (ement-room--event-body-face) Put type before context"

This reverts commit 1623b285d6.
This commit is contained in:
Adam Porter 2021-08-17 16:02:51 -05:00
parent eaaa221d6b
commit 71a94ca982

View file

@ -676,7 +676,7 @@ BODY is wrapped in a lambda form that binds `event', `room', and
(or (ement-user-color sender)
(setf (ement-user-color sender)
(ement-room--user-color sender))))))
(body-face (list :inherit (delq nil (list type-face context-face)))))
(body-face (list :inherit (delq nil (list context-face type-face)))))
(if prism-color
(plist-put body-face :foreground prism-color)
body-face)))