diff --git a/src/styles/_toolbar.scss b/src/styles/_toolbar.scss index 734c8ad..b3e9e0b 100644 --- a/src/styles/_toolbar.scss +++ b/src/styles/_toolbar.scss @@ -100,10 +100,17 @@ background: inherit; border-width: 0; @extend .maputnik-toolbar-link; -} -.maputnik-toolbar-select select { - margin-left: 4px; + select { + // HACK: + color: $color-black !important; + margin-left: 4px; + + option { + // HACK: + color: $color-black !important; + } + } } .maputnik-icon-text {