From 7f960d57cdf9332dcd086e3456b9c05b24ebbf96 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 8 Jan 2025 10:31:44 +0300 Subject: [PATCH] Update demo --- src/app/pages/uikit/buttondemo.ts | 3 +-- src/app/pages/uikit/chartdemo.ts | 10 +++++----- src/styles.scss | 2 -- 3 files changed, 6 insertions(+), 9 deletions(-) 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; - -