feat: redesigned collab cursors (#6659)

Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Arnost Pleskot
2023-06-12 15:43:14 +02:00
committed by GitHub
parent b4abfad638
commit 5ca3613cc3
5 changed files with 100 additions and 96 deletions

View File

@@ -6,7 +6,6 @@ import { getNameInitial } from "../clients";
type AvatarProps = {
onClick: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
color: string;
border: string;
name: string;
src?: string;
};