Подложка под прозрачные аватарки
This commit is contained in:
@@ -22,6 +22,7 @@ export function MentionRow(props : MentionRowProps) {
|
||||
name={props.title}
|
||||
variant="light"
|
||||
color="initials"
|
||||
bg={avatars.length > 0 ? '#fff' : undefined}
|
||||
src={avatars.length > 0 ? avatars[0].avatar : null}
|
||||
></Avatar>}
|
||||
<Flex direction={'column'}>
|
||||
|
||||
@@ -40,6 +40,7 @@ export function UserRow(props: UserRowProps) {
|
||||
radius="xl"
|
||||
name={userInfo.title}
|
||||
color={'initials'}
|
||||
bg={avatars.length > 0 ? '#fff' : undefined}
|
||||
src={avatars.length > 0 ? avatars[0].avatar : undefined}
|
||||
/>
|
||||
<Flex direction={'column'}>
|
||||
|
||||
Reference in New Issue
Block a user