From 6c38f61d5c0ac79f353c4533d8bce85f658915ee Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sat, 2 Mar 2024 21:48:37 +0100 Subject: [PATCH] Fix coloring of action toggle in new inbox entries --- app/assets/stylesheets/components/_inbox-entry.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/components/_inbox-entry.scss b/app/assets/stylesheets/components/_inbox-entry.scss index 3583a3f3..549ee55c 100644 --- a/app/assets/stylesheets/components/_inbox-entry.scss +++ b/app/assets/stylesheets/components/_inbox-entry.scss @@ -23,6 +23,10 @@ .text-muted { color: RGBA(var(--primary-text), 0.8) !important; } + + .btn { + color: inherit; + } } }