diff --git a/res/themes/dark/css/_dark.scss b/res/themes/dark/css/_dark.scss index 94564aa779..72a3a6dcfd 100644 --- a/res/themes/dark/css/_dark.scss +++ b/res/themes/dark/css/_dark.scss @@ -182,6 +182,13 @@ $call-view-button-off-background: $primary-content; $video-feed-secondary-background: $system; // ******************** +// Location sharing +// ******************** +.maplibregl-ctrl-attrib-button { + color: $background; +} +// ******************** + // One-off colors // ******************** $progressbar-bg-color: $system;