This commit is contained in:
tiago.kayaya
2021-06-21 12:54:54 +01:00
parent 8627a4bc19
commit 96d213b187
3 changed files with 5 additions and 2 deletions
@@ -54,7 +54,7 @@
<div class="container-div">
<div class="ion-item-class-2">
<div class="ion-icon-class">
<ion-icon slot="start" src="assets/images/icons-calendar.svg"></ion-icon>
<ion-icon slot="start" src="assets/images/icons-description.svg"></ion-icon>
</div>
<div class="ion-input-class">
<ion-select placeholder="Selecione tipo"
@@ -210,4 +210,7 @@ ion-content{
.close-button {
display: block !important;
}
}
.icon-time{
color: #797979b0;
}
@@ -76,7 +76,7 @@ export class NewEventPage implements OnInit {
Body: this.eventBody,
Location: '',
CalendarId: '',
CalendarName: this.selectedSegment,
CalendarName: '',
StartDate: selectedStartdDate,
EndDate: new Date(selectedEndDate),
EventType: 'Reunião',