feat: add intermediate step count in flow apps
This commit is contained in:
12
packages/web/src/components/IntermediateStepCount/style.ts
Normal file
12
packages/web/src/components/IntermediateStepCount/style.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { styled } from '@mui/material/styles';
|
||||
|
||||
export const Container = styled('div')(({ theme }) => ({
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
minWidth: 50,
|
||||
height: 50,
|
||||
border: '1px solid #000',
|
||||
borderRadius: theme.shape.borderRadius,
|
||||
}));
|
Reference in New Issue
Block a user