fix[GH-3918]: add color on person class (#3931)
This commit is contained in:
parent
2c27d2626e
commit
50cce761ef
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
.Person-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: rgba(var(--center-channel-color-rgb), 1);
|
||||
|
||||
img {
|
||||
border-radius: 50px;
|
||||
|
|
Loading…
Reference in a new issue