mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 02:25:29 +01:00
Remove style from PropertyGroup
This commit is contained in:
parent
f2dd785e7b
commit
a71ac502d6
1 changed files with 1 additions and 5 deletions
|
@ -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>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue