feat: add status in flow row

This commit is contained in:
Ali BARIN
2022-08-24 23:22:56 +02:00
parent f66656fd4e
commit c361b9af8d
4 changed files with 15 additions and 0 deletions

View File

@@ -31,6 +31,10 @@ export const Title = styled(MuiStack)(() => ({
}));
export const ContextMenu = styled(MuiBox)(() => ({
flexDirection: 'row',
display: 'flex',
alignItems: 'center',
gap: 10,
gridArea: 'menu',
}));
export const Typography = styled(MuiTypography)(() => ({