feat(web): introduce folders to organize flows
This commit is contained in:
6
packages/web/src/components/Folders/style.js
Normal file
6
packages/web/src/components/Folders/style.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { styled } from '@mui/material/styles';
|
||||
import MuiListItemIcon from '@mui/material/ListItemIcon';
|
||||
|
||||
export const ListItemIcon = styled(MuiListItemIcon)(({ theme }) => ({
|
||||
minWidth: theme.spacing(4),
|
||||
}));
|
||||
Reference in New Issue
Block a user