File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 11import { connect } from 'react-redux' ;
2+ import { JsonForms } from '@jsonforms/react' ;
23import React from 'react' ;
34import Grid from "@material-ui/core/Grid" ;
45import Typography from "@material-ui/core/Typography" ;
56import withStyles from "@material-ui/core/styles/withStyles" ;
67import { getData } from '@jsonforms/core' ;
7- import { JsonForms } from '@jsonforms/react' ;
88import logo from './logo.svg' ;
99import './App.css' ;
1010
1111const styles = {
12- container : {
13- padding : '2em'
14- } ,
1512 title : {
1613 textAlign : 'center' ,
1714 padding : '0.25em'
@@ -20,7 +17,7 @@ const styles = {
2017 display : 'flex' ,
2118 justifyContent : 'center' ,
2219 borderRadius : '0.25em' ,
23- backgroundColor : '#cecece'
20+ backgroundColor : '#cecece' ,
2421 } ,
2522 demoform : {
2623 margin : 'auto'
@@ -38,8 +35,8 @@ const App = ({ classes, dataAsString }) => (
3835 </ header >
3936 </ div >
4037
41- < Grid container justify = { 'center' } spacing = { 24 } className = { classes . container } >
42- < Grid item sm = { 3 } >
38+ < Grid container justify = { 'center' } spacing = { 24 } >
39+ < Grid item sm = { 6 } >
4340 < Typography
4441 variant = { 'display1' }
4542 className = { classes . title }
You can’t perform that action at this time.
0 commit comments