mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-14 15:04:14 +03:00
groups: Fix nickname color in Participant List
This commit is contained in:
parent
5c9320dd3b
commit
c521da1faa
@ -288,7 +288,7 @@ function Participant(props: {
|
||||
</Box>
|
||||
<Col justifyContent="center" gapY="1" height="100%">
|
||||
{contact.nickname && (
|
||||
<TruncText title={contact.nickname} maxWidth="85%">
|
||||
<TruncText title={contact.nickname} maxWidth="85%" color="gray">
|
||||
{contact.nickname}
|
||||
</TruncText>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user