X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fui%2Fstat-card%2Fstat-card.component.ts;h=a3821a37d0b94defc9e7d13e81778f7ba01ef3ca;hb=a1a3e0d2f8732570ad9688a842a86f513b40005b;hp=a34d4f8778cea012ec14c8a13237837caafc1086;hpb=1379dce23d47c42d169ed13a337bbee827714830;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/ui/stat-card/stat-card.component.ts b/webapp-frontend/src/app/ui/stat-card/stat-card.component.ts index a34d4f87..a3821a37 100644 --- a/webapp-frontend/src/app/ui/stat-card/stat-card.component.ts +++ b/webapp-frontend/src/app/ui/stat-card/stat-card.component.ts @@ -2,7 +2,7 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% - * Copyright (C) 2019 AT&T Intellectual Property and Nokia + * Copyright (C) 2019 AT&T Intellectual Property * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ import {UiService} from '../../services/ui/ui.service'; @Component({ selector: 'rd-stat-card', templateUrl: './stat-card.component.html', - styleUrls: ['./stat-card.component.css'] + styleUrls: ['./stat-card.component.scss'] }) export class StatCardComponent implements OnInit, OnDestroy { darkMode: boolean;