feat: add dynamic flow app icons
This commit is contained in:
@@ -12,7 +12,7 @@ export default function IntermediateStepCount(props: IntermediateStepCountProps)
|
||||
|
||||
return (
|
||||
<Container>
|
||||
<Typography variant="body2">
|
||||
<Typography variant="subtitle1" sx={{ }}>
|
||||
+{count}
|
||||
</Typography>
|
||||
</Container>
|
||||
|
@@ -7,6 +7,6 @@ export const Container = styled('div')(({ theme }) => ({
|
||||
alignItems: 'center',
|
||||
minWidth: 50,
|
||||
height: 50,
|
||||
border: '1px solid #000',
|
||||
border: `1px solid ${theme.palette.text.disabled}`,
|
||||
borderRadius: theme.shape.borderRadius,
|
||||
}));
|
||||
|
Reference in New Issue
Block a user