diff --git a/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/events/scenario/scene/airoad/AiRoadMarker.kt b/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/events/scenario/scene/airoad/AiRoadMarker.kt index e4e5429b21..e1fc046121 100644 --- a/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/events/scenario/scene/airoad/AiRoadMarker.kt +++ b/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/events/scenario/scene/airoad/AiRoadMarker.kt @@ -45,7 +45,7 @@ object AiRoadMarker { private val line by lazy { AtomicReference() } private val START_COLOR = Color.parseColor("#002ABAD9") - private val END_COLOR = Color.parseColor("#FFFF7A30") + private val END_COLOR = Color.parseColor("#66FF7A30") private val markers = ConcurrentSet()