fix: setting style and replace refer

This commit is contained in:
DiamondThree
2023-01-10 15:06:55 +08:00
parent b281b86c84
commit 51e6f4344a
7 changed files with 23 additions and 35 deletions
@@ -3,6 +3,7 @@ import { stringToColour } from '@/utils';
interface IWorkspaceAvatar {
size: number;
name: string;
avatar: string;
}
export const WorkspaceAvatar = (props: IWorkspaceAvatar) => {