Fixe color bugs

This commit is contained in:
Peter Maquiran
2021-03-26 15:56:04 +01:00
parent 91f0513a6f
commit 20dd256867
+2 -2
View File
@@ -481,8 +481,8 @@ export class AgendaPage implements OnInit {
start: setHours(setMinutes(new Date(element.StartDate), 0), parseInt(startHours)),
end: setHours(setMinutes(new Date(element.EndDate), 0), parseInt(EndHours)),
color: {
primary: 'white',
secondary: 'white'
primary: '#0000',
secondary: '#0000'
},
id: element.EventId,
index: eventIndex,