mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-12 15:01:38 +03:00
interface: mentionText prefaces color with hash
Fixes profile overlays in mentions.
This commit is contained in:
parent
bce1b3e65e
commit
164b0910cb
@ -76,7 +76,7 @@ export function Mention(props: {
|
||||
<ProfileOverlay
|
||||
ship={ship}
|
||||
contact={contact}
|
||||
color={uxToHex(contact?.color ?? '0x0')}
|
||||
color={`#${uxToHex(contact?.color ?? '0x0')}`}
|
||||
group={group}
|
||||
onDismiss={onDismiss}
|
||||
hideAvatars={false}
|
||||
|
Loading…
Reference in New Issue
Block a user