Update: Continued work on Friends tab + fixes

This commit is contained in:
nizune
2021-07-02 13:56:38 +02:00
parent 05ab27b990
commit 526aa72c0f
7 changed files with 29 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ export function Friend({ user }: Props) {
actions.push(
<>
<IconButton type="circle"
className={classNames(styles.button, styles.success)}
className={classNames(styles.button, styles.call, styles.success)}
onClick={ev => stopPropagation(ev, openDM(user._id).then(connect))}>
<PhoneCall size={20} />
</IconButton>