Skip to content

Commit 4ab7b66

Browse files
authored
Merge branch 'develop' into schema
2 parents a4955e8 + bc30681 commit 4ab7b66

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

assets/src/modules/sm/App/controllers/AppController.js

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -624,16 +624,24 @@ angular.module('sm').controller("AppController", function($scope, localStorage,
624624
label: "Location, Number, Professor"
625625
}]
626626
},
627-
colors:
628-
["#7BA270",
629-
"#85B4C2",
630-
"#CD9161",
631-
"#74B79F",
632-
"#AA9E5B",
633-
"#769E9F",
634-
"#9D987A",
635-
"#658B76",
636-
"#92838F",
637-
"#A9ABC3"]
627+
colors:
628+
[
629+
"#7BA270",
630+
"#85B4C2",
631+
"#CD9161",
632+
"#74B79F",
633+
"#AA9E5B",
634+
"#769E9F",
635+
"#9D987A",
636+
"#658B76",
637+
"#92838F",
638+
"#A9ABC3",
639+
"#7C7FA4",
640+
"#CD6167",
641+
"#61CDC7",
642+
"#61CD91",
643+
"#9DCD61",
644+
"#619DCD"
645+
]
638646
};
639647
});

0 commit comments

Comments
 (0)