diff --git a/doc/chart/RadarDoc.vue b/doc/chart/RadarDoc.vue index 40ae33589..cc8c5a0f3 100644 --- a/doc/chart/RadarDoc.vue +++ b/doc/chart/RadarDoc.vue @@ -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] }, { diff --git a/pages/roadmap/index.vue b/pages/roadmap/index.vue index acf716544..6887ce1b5 100644 --- a/pages/roadmap/index.vue +++ b/pages/roadmap/index.vue @@ -17,10 +17,10 @@