Files
automatisch/packages/web/src/components/EditorNew/Nodes/PathsNode/style.js
2024-06-26 15:45:26 +01:00

8 lines
189 B
JavaScript

import { styled } from '@mui/material/styles';
import Card from '@mui/material/Card';
export const Wrapper = styled(Card)`
width: 100%;
padding: ${({ theme }) => theme.spacing(2)};
`;