mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 18:01:17 +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={{
|
return <div>
|
||||||
padding: margins[2],
|
|
||||||
paddingRight: 0,
|
|
||||||
backgroundColor: colors.black,
|
|
||||||
}}>
|
|
||||||
{fields}
|
{fields}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue