We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4793d7c commit 30538a6Copy full SHA for 30538a6
app/src/views/OperationalLearning/Stats/OperationalLearningMap/index.tsx
@@ -54,8 +54,8 @@ interface ClickedPoint {
54
}
55
56
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)';
+const LEARNING_COUNT_LOW_COLOR = '#AEB7C2';
+const LEARNING_COUNT_HIGH_COLOR = '#011E41';
59
60
interface Props {
61
className?: string;
@@ -217,7 +217,7 @@ function OperationalLearningMap(props: Props) {
217
geoJson={learningCountGeoJSON}
218
>
219
<MapLayer
220
- layerKey="points-halo-circle"
+ layerKey="points-circle"
221
onClick={handlePointClick}
222
layerOptions={{
223
type: 'circle',
0 commit comments