Use dark style for zoom in message now that it's not on sidebar

This commit is contained in:
Bryan Housel
2017-09-17 00:38:38 -04:00
parent 320f1430fa
commit 2c53674c38
3 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export function uiNotice(context) {
var button = div
.append('button')
.attr('class', 'zoom-to notice')
.attr('class', 'zoom-to notice fillD')
.on('click', function() { context.map().zoom(context.minEditableZoom()); });
button