Skip to content

Commit c2d8a91

Browse files
author
Claudia Bressi
authored
fix: Logos missing in about dialog
- Fix icons rendering on about modal - Prettify code after linting - Fixes #1788 Co-authored-by: Claudia Bressi <[email protected]>
1 parent 8d2d0f9 commit c2d8a91

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.modal-about {
2+
clr-icon {
3+
color: var(--clr-global-font-color);
4+
}
5+
}

ui/src/app/about/info/info.component.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ import {JsonPipe} from '@angular/common';
77

88
@Component({
99
selector: 'app-about-info',
10-
templateUrl: './info.component.html'
10+
templateUrl: './info.component.html',
11+
styleUrls: ['./info.component.scss']
1112
})
1213
export class InfoComponent implements OnInit {
1314
loading = true;

0 commit comments

Comments
 (0)