From 7895873dc13d2273d04d38518be970e95003a016 Mon Sep 17 00:00:00 2001 From: Vector73 Date: Wed, 16 Jul 2025 16:50:08 +0000 Subject: [PATCH] pill_container: Fix background color in dark theme. --- web/styles/input_pill.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/styles/input_pill.css b/web/styles/input_pill.css index aca296e8e5..17b971a108 100644 --- a/web/styles/input_pill.css +++ b/web/styles/input_pill.css @@ -268,7 +268,6 @@ .add-user-group-container .pill-container, .add_members_container .pill-container { width: 100%; - background-color: hsl(0deg 0% 100%); .input:first-child:empty::before { opacity: 0.5;