mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-29 20:54:37 +01:00
Merge pull request #145 from bartvde/style-warning
Prevent warning for ColorField
This commit is contained in:
commit
96d96edc9e
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class ColorField extends React.Component {
|
|||
</div>
|
||||
|
||||
var swatchStyle = {
|
||||
"background-color": this.props.value
|
||||
backgroundColor: this.props.value
|
||||
};
|
||||
|
||||
return <div className="maputnik-color-wrapper">
|
||||
|
|
Loading…
Reference in a new issue