Skip to content

Commit 7f6bfe4

Browse files
committed
fix(widgets-brand): use capBg instead of color
1 parent 280a96f commit 7f6bfe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/views/widgets/widgets-brand/widgets-brand.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class WidgetsBrandComponent implements AfterContentInit {
9999
{
100100
icon: 'cilCalendar',
101101
values: [{ title: 'events', value: '12+' }, { title: 'meetings', value: '4' }],
102-
color: 'warning',
102+
capBg: { '--cui-card-cap-bg': 'var(--cui-warning)' },
103103
data: {
104104
labels: [...this.labels],
105105
datasets: [{ ...this.datasets, data: [35, 23, 56, 22, 97, 23, 64], label: 'Events', ...this.colors }]

0 commit comments

Comments
 (0)