We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735ca76 commit 9a6738fCopy full SHA for 9a6738f
src/app/views/dashboard/dashboard-charts-data.ts
@@ -39,7 +39,7 @@ export class DashboardChartsData {
39
initMainChart(period: string = 'Month') {
40
const brandSuccess = getStyle('--cui-success') ?? '#4dbd74';
41
const brandInfo = getStyle('--cui-info') ?? '#20a8d8';
42
- const brandInfoBg = hexToRgba(getStyle('--cui-info') ?? '#20a8d8', 10);
+ const brandInfoBg = `rgba(${getStyle('--cui-info-rgb')}, .1)`
43
const brandDanger = getStyle('--cui-danger') ?? '#f86c6b';
44
45
// mainChart
0 commit comments