Fix colors

This commit is contained in:
Peter Maquiran
2021-07-26 22:46:33 +01:00
parent d5f4feb484
commit 04fc1f7e7f
10 changed files with 68 additions and 21 deletions
-2
View File
@@ -222,7 +222,6 @@
</div>
</div>
<div class="fs-timeline flex-grow-1 d-none d-md-block d-md-block text-black pr-20 width-100 height-100 overflow-y-auto" *ngIf="loggeduser.Profile == 'MDGPR'">
<div *ngFor="let events of TimelineMDList | keyvalue;" >
@@ -372,7 +371,6 @@
[eventAttendees]="contacts"
></app-view-event>
<app-event-list
[style.display]="mobileComponent.showEventList ? 'flex' : 'none'"
[profile]="profile"