Removed bluegray

This commit is contained in:
Cagatay Civici 2024-04-01 14:07:48 +03:00
parent 56d099f2fa
commit fd1fea360d
3 changed files with 9 additions and 9 deletions

View file

@ -122,11 +122,11 @@ const setChartData = () => {
datasets: [
{
label: 'My First dataset',
borderColor: documentStyle.getPropertyValue('--p-bluegray-400'),
pointBackgroundColor: documentStyle.getPropertyValue('--p-bluegray-400'),
pointBorderColor: documentStyle.getPropertyValue('--p-bluegray-400'),
borderColor: documentStyle.getPropertyValue('--p-gray-400'),
pointBackgroundColor: documentStyle.getPropertyValue('--p-gray-400'),
pointBorderColor: documentStyle.getPropertyValue('--p-gray-400'),
pointHoverBackgroundColor: textColor,
pointHoverBorderColor: documentStyle.getPropertyValue('--p-bluegray-400'),
pointHoverBorderColor: documentStyle.getPropertyValue('--p-gray-400'),
data: [65, 59, 90, 81, 56, 55, 40]
},
{