diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-tl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index e186bd5..4e0c031 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -369,7 +369,7 @@ it is `mastodon-tl--byline-boosted'" (propertize (concat (when boosted (format "(%s) " - (propertize "B" 'face 'mastodon-boost-face))) + (propertize "B" 'face 'mastodon-boost-fave-face))) (when faved (format "(%s) " (propertize "F" 'face 'mastodon-boost-fave-face))) |