From fac2d63e39b17cec988cb143f09ba5d55d195275 Mon Sep 17 00:00:00 2001 From: Jade Herd Date: Sun, 23 Jun 2024 21:08:54 -0400 Subject: [PATCH] fix: reading labels is hard (#306) --- src/components/_popouts.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/_popouts.scss b/src/components/_popouts.scss index 902a46cc7..c4705aeda 100644 --- a/src/components/_popouts.scss +++ b/src/components/_popouts.scss @@ -666,7 +666,7 @@ div[class*="userProfileOuter_"] { div[class^="userPopoutInner"] div[class^="statusBubbleOuter"] { &:before, &:after, - div[class^="statusBubble"] { + span[class^="statusBubble"] { background-color: $mantle; } }