Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
biaogebusy committed Mar 17, 2024
1 parent b9e8ea1 commit b8e3918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/uiux/widgets/chart/chart.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class ChartComponent implements OnInit {
{
color: ['#2E9BFF', '#987BE9', '#FAA16F', '#9DD094', '#FF6461'],
},
this.data.theme
this.data?.theme
);
}

Expand Down
2 changes: 1 addition & 1 deletion src/theme/component/mat/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
}

.card-1v5 {
@include mat-elevation(3, mat-color($foreground, divider), 0.3);
@include mat-elevation(4, mat-color($foreground, divider), 0.4);
background-color: mat-color($background, card);
.more {
color: mat-color($primary);
Expand Down

0 comments on commit b8e3918

Please sign in to comment.