diff --git a/src/client/components/Maps.ts b/src/client/components/Maps.ts index d5c184067..c4e0103f2 100644 --- a/src/client/components/Maps.ts +++ b/src/client/components/Maps.ts @@ -78,8 +78,8 @@ export class MapDisplay extends LitElement { } .option-card.selected { - border-color: #4a9eff; - background: rgba(74, 158, 255, 0.1); + border-color: var(--primaryColor); + background: rgba(229, 57, 53, 0.1); } .option-card-title {