Skip to content

Commit 2eb6f74

Browse files
committed
Add styles
1 parent 7c48e8d commit 2eb6f74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/web/src/index.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,13 +493,15 @@ li.bar-chart__bar {
493493
.maplibregl-ctrl-geocoder--input::placeholder,
494494
.maplibregl-ctrl-geocoder .suggestions,
495495
.maplibregl-ctrl-geocoder--button,
496+
.maplibre-gl-geocoder--error,
496497
.maplibregl-ctrl-geocoder .suggestions > li > a {
497498
background: var(--base);
498499
color: var(--base-light);
499500
}
500501
.mapboxgl-ctrl-geocoder--result-icon,
501502
.mapboxgl-ctrl-geocoder--result-icon path,
502-
.maplibregl-ctrl-geocoder--icon {
503+
.maplibregl-ctrl-geocoder--icon,
504+
.maplibregl-ctrl-geocoder--icon-loading path {
503505
fill: var(--base-light);
504506
}
505507
.maplibregl-ctrl-geocoder .suggestions > li > a:hover,

0 commit comments

Comments
 (0)