1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-08 15:06:08 +02:00

fix[GH-3918]: add color on person class (#3931)

This commit is contained in:
Julien Fabre 2022-10-06 00:51:15 +02:00 committed by GitHub
parent 2c27d2626e
commit 50cce761ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@
.Person-item {
display: flex;
align-items: center;
color: rgba(var(--center-channel-color-rgb), 1);
img {
border-radius: 50px;