mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
chat: nicknames use inter medium
This commit is contained in:
parent
c5c264c09d
commit
00dee222eb
@ -229,6 +229,7 @@ export class MessageWithSigil extends PureComponent<MessageProps> {
|
||||
fontSize={0}
|
||||
mr={3}
|
||||
mono={!showNickname}
|
||||
fontWeight={(showNickname) ? '500' : '400'}
|
||||
className={`mw5 db truncate pointer`}
|
||||
ref={e => nameSpan = e}
|
||||
onClick={() => {
|
||||
|
Loading…
Reference in New Issue
Block a user