diff --git a/apps/geolibre-desktop/src/components/layout/BoundsRestrictionIndicator.tsx b/apps/geolibre-desktop/src/components/layout/BoundsRestrictionIndicator.tsx index 6fb664009..5ff3e85a8 100644 --- a/apps/geolibre-desktop/src/components/layout/BoundsRestrictionIndicator.tsx +++ b/apps/geolibre-desktop/src/components/layout/BoundsRestrictionIndicator.tsx @@ -32,7 +32,7 @@ export function BoundsRestrictionIndicator() { return (
(
{a.text} @@ -288,7 +288,7 @@ export function CollaborationStatusBadge({ api, mapControllerRef }: Collaboratio {expanded && (
@@ -449,7 +449,7 @@ export function CollaborationStatusBadge({ api, mapControllerRef }: Collaboratio : t("collaborate.sessionStatusTooltip") } title={expanded ? t("collaborate.collapseRoster") : t("collaborate.sessionStatusTooltip")} - className="pointer-events-auto flex items-center gap-1.5 self-start rounded-full border bg-background/95 px-2.5 py-1 text-xs font-medium text-foreground shadow-sm backdrop-blur-sm transition hover:bg-accent" + className="pointer-events-auto flex items-center gap-1.5 self-start rounded-full border map-glass px-2.5 py-1 text-xs font-medium text-foreground shadow-sm transition hover:bg-accent" >
); @@ -165,7 +165,7 @@ function SecondaryMapPane({ viewId, index, cesiumToken }: SecondaryMapPaneProps) {cesiumAvailable ? (