icons changes

This commit is contained in:
Peter Maquiran
2023-08-30 17:53:02 +01:00
parent f472d5ac0b
commit 64e463ab6f
7 changed files with 37 additions and 17 deletions
@@ -106,7 +106,12 @@ export class EventListPage implements OnInit {
if(this.segment == 'Meu calendario') {
// color
this.color = 'mdgpr'
if(SessionStore.user.Profile == 'PR') {
this.color = 'pr'
} else {
this.color = 'mdgpr'
}
let genericEvents = await this.processes.eventsToApprove(SessionStore.user.UserId,'mobile agenda').toPromise()
try {