From 46cc9141c9dcd4b8b0ca1b77162bfa6b0ea8291c Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 2 Apr 2024 16:05:46 +0200 Subject: [PATCH] [Glitch] Fix contrast in notification request badge Port 0b9d4103cb5502faee4cc61717aa5454f63bc8f5 to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/components.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/styles/components.scss b/app/javascript/flavours/glitch/styles/components.scss index 7008b75ed0..9bfc58d5b2 100644 --- a/app/javascript/flavours/glitch/styles/components.scss +++ b/app/javascript/flavours/glitch/styles/components.scss @@ -10692,9 +10692,10 @@ noscript { } .filtered-notifications-banner__badge { - background-color: $highlight-text-color; + background: $ui-button-background-color; border-radius: 4px; padding: 1px 6px; + color: $white; } }