diff --git a/.changeset/sharp-cougars-share.md b/.changeset/sharp-cougars-share.md new file mode 100644 index 0000000000..96c6852ae0 --- /dev/null +++ b/.changeset/sharp-cougars-share.md @@ -0,0 +1,5 @@ +--- +'@directus/app': patch +--- + +Fixed styling being white on white for specific map buttons diff --git a/app/src/styles/lib/_mapbox.scss b/app/src/styles/lib/_mapbox.scss index bc5de6cba5..22b3f955c1 100644 --- a/app/src/styles/lib/_mapbox.scss +++ b/app/src/styles/lib/_mapbox.scss @@ -195,6 +195,10 @@ max-width: 80%; } +.mapbox-gl-draw_ctrl-draw-btn { + color: unset; +} + .mapboxgl-ctrl-zoom-in::after { content: 'add'; } diff --git a/contributors.yml b/contributors.yml index d3cc28acdc..617c3e5682 100644 --- a/contributors.yml +++ b/contributors.yml @@ -81,3 +81,4 @@ - Nihcep - nodeworks - HPaulson +- Boegie19