feat: introduce dummy flow editor
This commit is contained in:
8
packages/web/src/components/FlowStep/style.ts
Normal file
8
packages/web/src/components/FlowStep/style.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { styled } from '@mui/material/styles';
|
||||
import Card from '@mui/material/Card';
|
||||
|
||||
export const Wrapper = styled(Card)`
|
||||
width: 100%;
|
||||
padding: ${({ theme }) => theme.spacing(1, 2)};
|
||||
`;
|
||||
|
Reference in New Issue
Block a user