Skip to content

Commit 84a5565

Browse files
committed
theme colors for datasets summary updated
1 parent 51055bc commit 84a5565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/portals/SysBio/views/datasetsSummary/template.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import * as d3 from "d3";
5555
const PIE_FIELDS = ["case_control", "ethnicity", "sex"];
5656
const BAR_FIELDS = ["disease", "race"];
5757
const CHART_WIDTH = 330;
58-
const THEME_COLORS = ["#E6007E", "#1F007B", "#00BFFF"];
58+
const THEME_COLORS = ["#EE4097", "#0000C6", "#00BFFF"];
5959
6060
export default {
6161
name: "DatasetsSummary",

0 commit comments

Comments
 (0)