Ghosting colors for loading videos is now customizable in an internal config, allowing dark mode to have different colors for the ghosting

This commit is contained in:
Isaac Abadi
2020-08-22 18:55:24 -04:00
parent 919e2a649a
commit c9016f446d
4 changed files with 11 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ export class UnifiedFileCardComponent implements OnInit {
elevated = false;
@Input() loading = true;
@Input() theme = null;
@Input() file_obj = null;
@Input() card_size = 'medium';
@Input() use_youtubedl_archive = false;