Merge pull request #2395 from robintown/participants-color

Update participant count color
This commit is contained in:
Robin
2024-05-31 08:41:14 -04:00
committed by GitHub

View File

@@ -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);