Skip to content

Commit aacd66c

Browse files
nothing
1 parent c12aa66 commit aacd66c

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

src/components/HTMLComponentPanel.jsx

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,8 @@ class HTMLComponentPanel extends Component {
3434
render() {
3535
const { addChild, classes } = this.props;
3636
return (
37-
<<<<<<< HEAD
38-
<Paper className={'htmlPanelz'}>
39-
<Typography variant="title" component="h3">
40-
=======
4137
<div className={classes.htmlPanel}>
4238
<Typography variant="title" component="h4">
43-
>>>>>>> 639d41c977d8447f856680105bf8f2ff24b70055
4439
Add HTML elements
4540
</Typography>
4641
{/* <TextField
@@ -135,20 +130,20 @@ class HTMLComponentPanel extends Component {
135130
function styles(theme) {
136131
return {
137132
htmlPanel: {
138-
width: "100%",
139-
height: "33%",
133+
width: '100%',
134+
height: '33%',
140135
// flexGrow: 1,
141-
backgroundColor: "#333333",
136+
backgroundColor: '#333333',
142137
// position: "absolute",
143138
// marginTop: 10,
144-
bottom: "0px"
139+
bottom: '0px',
145140
// // marginRight: "20px",
146141
// // marginLeft: "20px",
147142
// // marginBottom: "20px",
148143
// bottom: "0px",
149144
// left: "0px",
150145
// right: "0px"
151-
}
146+
},
152147
};
153148
}
154149

0 commit comments

Comments
 (0)