feat: add updateFlow mutation

This commit is contained in:
Ali BARIN
2021-12-19 19:14:11 +01:00
parent d06ce4958e
commit ede68b2af2
5 changed files with 44 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ export const CardContent = styled(MuiCardContent)(({ theme }) => ({
export const Typography = styled(MuiTypography)(({ theme }) => ({
textAlign: 'center',
display: 'inline-block',
width: 300,
maxWidth: '50%',
}));