Fix GeoJSON and default source issue in Sources modal

This commit is contained in:
Lukas Martinelli 2017-01-12 10:28:03 +01:00
parent 2e0cc4511c
commit cbe2a4c180
2 changed files with 4 additions and 4 deletions

View file

@ -93,9 +93,9 @@ class AddSource extends React.Component {
constructor(props) {
super(props)
this.state = {
mode: 'tilejson',
mode: 'tilejson_vector',
sourceId: style.generateId(),
source: this.defaultSource('tilejson'),
source: this.defaultSource('tilejson_vector'),
}
}

View file

@ -45,7 +45,7 @@
// BUTTON
.maputnik-button {
cursor: pointer;
background-color: $color-gray;
background-color: $color-midgray;
color: $color-lowgray;
font-size: $font-size-6;
padding: $margin-2;