Skip to content

Commit 30538a6

Browse files
committed
v7.8.0
1 parent 4793d7c commit 30538a6

File tree

1 file changed

+3
-3
lines changed
  • app/src/views/OperationalLearning/Stats/OperationalLearningMap

1 file changed

+3
-3
lines changed

app/src/views/OperationalLearning/Stats/OperationalLearningMap/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ interface ClickedPoint {
5454
}
5555

5656
const MIN_LEARNING_COUNT = 0;
57-
const LEARNING_COUNT_LOW_COLOR = 'var(--go-ui-color-blue-30)';
58-
const LEARNING_COUNT_HIGH_COLOR = 'var(--go-ui-color-blue-90)';
57+
const LEARNING_COUNT_LOW_COLOR = '#AEB7C2';
58+
const LEARNING_COUNT_HIGH_COLOR = '#011E41';
5959

6060
interface Props {
6161
className?: string;
@@ -217,7 +217,7 @@ function OperationalLearningMap(props: Props) {
217217
geoJson={learningCountGeoJSON}
218218
>
219219
<MapLayer
220-
layerKey="points-halo-circle"
220+
layerKey="points-circle"
221221
onClick={handlePointClick}
222222
layerOptions={{
223223
type: 'circle',

0 commit comments

Comments
 (0)