From 080cef309dfb7b331c7d24a413b192c072aebad7 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 8 Oct 2021 15:46:34 -0500 Subject: [PATCH] Status: add color to repost icon --- app/styles/components/status.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/styles/components/status.scss b/app/styles/components/status.scss index 5c7c08ce0..37a60f5f0 100644 --- a/app/styles/components/status.scss +++ b/app/styles/components/status.scss @@ -143,6 +143,10 @@ .status__prepend-icon-wrapper { left: -26px; position: absolute; + + svg.feather-repeat { + color: var(--highlight-text-color); + } } .status {