diff --git a/app/javascript/flavours/glitch/styles/components/modal.scss b/app/javascript/flavours/glitch/styles/components/modal.scss index 421cbec001..16c05bc3ee 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;