Skip to content

Commit 3c632fb

Browse files
Add colors
1 parent ca44da5 commit 3c632fb

File tree

7 files changed

+516
-321
lines changed

7 files changed

+516
-321
lines changed

package-lock.json

Lines changed: 55 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export class BaseChart {
2-
success90 = '#009900';
3-
success80 = '#5aaa00';
4-
success70 = '#aacd00';
5-
success60 = '#c89600';
6-
success50 = '#e66e00';
7-
success40 = '#cc2100';
8-
grey = '#e8e8e8';
2+
success90 = "#28a745";
3+
success80 = "#5ba728";
4+
success70 = "#a1a728";
5+
success60 = "#c7a431";
6+
success50 = "#dc6b35";
7+
success40 = "#dc3545";
8+
grey = "#e8e8e8";
99
}

0 commit comments

Comments
 (0)