master pull request #44

Closed
sallbet wants to merge 31 commits from (deleted):master into master
Showing only changes of commit de6e5ed38f - Show all commits

View File

@ -296,8 +296,7 @@ export function getCPieOpts(isDarkMode) {
},
};
if (isDarkMode) {
const sColor = '#e6e6e6';
options.plugins.title.color = sColor;
options.plugins.title.color = '#e6e6e6';
}
return options;
}