From b9b53ec2516c2b5ca0b2b10346e8127ce3ced58f Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 30 May 2024 21:36:50 -0400 Subject: [PATCH] Update participant count color It has changed in recent designs. --- src/Header.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Header.module.css b/src/Header.module.css index 1c9a7225..53f51d3a 100644 --- a/src/Header.module.css +++ b/src/Header.module.css @@ -109,6 +109,7 @@ limitations under the License. .participantsLine { grid-area: participants; + color: var(--cpd-color-text-secondary); display: flex; align-items: center; gap: var(--cpd-space-1-5x);