Fix facepile styling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user