Fix facepile styling
This commit is contained in:
parent
27e2ab16f3
commit
d53475662b
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ export function Facepile({ participants }) {
|
|||
>
|
||||
{participants.map((member) => (
|
||||
<div
|
||||
key={member.userId}
|
||||
className={styles.avatar}
|
||||
style={{ backgroundColor: colorHash.hex(member.name) }}
|
||||
>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
.facepile {
|
||||
display: flex;
|
||||
margin: 0 16px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue