mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-15 21:21:18 +01:00
Prevent warning for ColorField
This commit is contained in:
parent
6b3b5a8b6f
commit
e4477db413
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