feat: introduce steps in flow editor

This commit is contained in:
Ali BARIN
2021-12-26 11:43:18 +01:00
committed by Ömer Faruk Aydın
parent a232408f22
commit 247b25cfc4
8 changed files with 85 additions and 19 deletions

View File

@@ -19,7 +19,7 @@ export default function AppIcon(props: AppIconProps & AvatarProps) {
<Avatar
component="span"
variant="square"
sx={{ bgcolor: color, display: 'inline-flex', width: 50, height: 50, ...sx }}
sx={{ bgcolor: color, display: 'flex', width: 50, height: 50, ...sx }}
imgProps={{ style: inlineImgStyle }}
src={url}
alt={name}