mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 08:34:25 +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}
|
fontSize={0}
|
||||||
mr={3}
|
mr={3}
|
||||||
mono={!showNickname}
|
mono={!showNickname}
|
||||||
|
fontWeight={(showNickname) ? '500' : '400'}
|
||||||
className={`mw5 db truncate pointer`}
|
className={`mw5 db truncate pointer`}
|
||||||
ref={e => nameSpan = e}
|
ref={e => nameSpan = e}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user