Remove style from PropertyGroup

This commit is contained in:
Lukas Martinelli
2016-12-30 20:01:14 +01:00
parent f2dd785e7b
commit a71ac502d6

View File

@@ -51,11 +51,7 @@ export default class PropertyGroup extends React.Component {
/>
})
return <div style={{
padding: margins[2],
paddingRight: 0,
backgroundColor: colors.black,
}}>
return <div>
{fields}
</div>
}