Skip to content

Commit 4c39b0a

Browse files
committed
color-code tweak
1 parent 3a952b1 commit 4c39b0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/DistributionReport.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export const DistributionReport = (
227227
)}
228228
rangeMax={2}
229229
rangeMin={0}
230-
colors="RdGn"
230+
colors="LtRd"
231231
/>
232232
</div>
233233
</div>

src/components/graphs/HeatMap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface HeatMapChartProps {
77
columns: string[];
88
rangeMin: number;
99
rangeMax: number;
10-
colors: 'RdYlBu' | 'RdGn';
10+
colors: 'RdYlBu' | 'LtRd';
1111
}
1212

1313
// Define margins for the chart

0 commit comments

Comments
 (0)