Skip to content

Commit

Permalink
Fix color in chart on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Blari committed Nov 30, 2020
1 parent 0598867 commit c373db3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## [1.2.6]
### Fixed

- Fix color in chart on dashboard
## [1.2.5]
### Fixed

Expand Down
2 changes: 1 addition & 1 deletion dist/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $(function () {
}
},
colors: [
Sing.colors['brand-warning'],
Sing.colors['brand-primary'],
Sing.colors['brand-danger'],
Sing.colors['brand-info']
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Sing",
"version": "1.2.5",
"version": "1.2.6",
"description": "Sing Dashboard App",
"main": "index.html",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $(function () {
}
},
colors: [
Sing.colors['brand-warning'],
Sing.colors['brand-primary'],
Sing.colors['brand-danger'],
Sing.colors['brand-info']
],
Expand Down

0 comments on commit c373db3

Please sign in to comment.