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:
parent
2c27d2626e
commit
50cce761ef
@ -15,6 +15,7 @@
|
|||||||
.Person-item {
|
.Person-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
color: rgba(var(--center-channel-color-rgb), 1);
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
|
Loading…
Reference in New Issue
Block a user