diff --git a/src/components/Map.vue b/src/components/Map.vue index 48e37a5..bc74844 100644 --- a/src/components/Map.vue +++ b/src/components/Map.vue @@ -373,7 +373,7 @@ export default defineComponent({ right: 0; bottom: 0; left: 0; - border: 0.2rem solid #cccccc; + border: 0.2rem solid var(--outline-focus); display: block; z-index: 2000; pointer-events: none;