mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-15 01:00:56 +03:00
fixed bug where if no theme was selected, errors would fire
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div [style.background]="postsService.theme.background_color" style="width: 100%; height: 100%;">
|
||||
<div [style.background]="postsService.theme ? postsService.theme.background_color : null" style="width: 100%; height: 100%;">
|
||||
<mat-toolbar color="primary" class="top">
|
||||
<div class="flex-row" width="100%" height="100%">
|
||||
<div class="flex-column" style="text-align: left; margin-top: 1px;">
|
||||
|
||||
Reference in New Issue
Block a user