From a30a40c4379b26890b6453083ef213e672658902 Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 10 Feb 2021 18:37:01 +0100 Subject: [PATCH] Fix background color for favourite modal on DMs --- app/javascript/flavours/glitch/styles/components/modal.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/javascript/flavours/glitch/styles/components/modal.scss b/app/javascript/flavours/glitch/styles/components/modal.scss index 421cbec00..16c05bc3e 100644 --- a/app/javascript/flavours/glitch/styles/components/modal.scss +++ b/app/javascript/flavours/glitch/styles/components/modal.scss @@ -458,6 +458,10 @@ } } +.favourite-modal .status-direct { + background-color: inherit; +} + .actions-modal { .status { background: $white;