settings frontend bugfix + refactoring
This commit is contained in:
7
react/admin-panel/src/elements/form-group.js
Normal file
7
react/admin-panel/src/elements/form-group.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import {FormGroup, styled} from "@mui/material";
|
||||
|
||||
const SpacedFormGroup = styled(FormGroup)((props) => ({
|
||||
marginBottom: props.theme.spacing(2)
|
||||
}));
|
||||
|
||||
export default SpacedFormGroup;
|
||||
Reference in New Issue
Block a user