diff --git a/src/app/pages/uikit/buttondemo.ts b/src/app/pages/uikit/buttondemo.ts
index d3e6e5b..2605cb4 100644
--- a/src/app/pages/uikit/buttondemo.ts
+++ b/src/app/pages/uikit/buttondemo.ts
@@ -1,8 +1,8 @@
import { Component, OnInit } from '@angular/core';
+import { MenuItem } from 'primeng/api';
import { ButtonModule } from 'primeng/button';
import { ButtonGroupModule } from 'primeng/buttongroup';
import { SplitButtonModule } from 'primeng/splitbutton';
-import { MenuItem } from 'primeng/api';
@Component({
selector: 'app-button-demo',
@@ -97,7 +97,6 @@ import { MenuItem } from 'primeng/api';
Icons
diff --git a/src/app/pages/uikit/chartdemo.ts b/src/app/pages/uikit/chartdemo.ts
index 238cb79..9ae80d3 100644
--- a/src/app/pages/uikit/chartdemo.ts
+++ b/src/app/pages/uikit/chartdemo.ts
@@ -1,8 +1,8 @@
+import { CommonModule } from '@angular/common';
import { Component } from '@angular/core';
import { ChartModule } from 'primeng/chart';
-import { CommonModule } from '@angular/common';
-import { debounceTime, Subscription } from 'rxjs';
import { FluidModule } from 'primeng/fluid';
+import { debounceTime, Subscription } from 'rxjs';
import { LayoutService } from '../../layout/service/layout.service';
@Component({
@@ -110,7 +110,7 @@ export class ChartDemo {
plugins: {
legend: {
labels: {
- fontColor: textColor
+ color: textColor
}
}
},
@@ -187,7 +187,7 @@ export class ChartDemo {
plugins: {
legend: {
labels: {
- fontColor: textColor
+ color: textColor
}
}
},
@@ -269,7 +269,7 @@ export class ChartDemo {
plugins: {
legend: {
labels: {
- fontColor: textColor
+ color: textColor
}
}
},
diff --git a/src/styles.scss b/src/styles.scss
index 2a9a6db..dbd16ad 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -6,5 +6,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
-
-