This commit is contained in:
Peter Maquiran
2021-06-24 14:36:59 +01:00
parent 818328e61c
commit 4d80054c95
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -90,7 +90,7 @@
</ion-list>
</div>
<button (click)="sendMsg()">Send message</button>
<button (click)="sendMsg()" style="height: 41px;">Send message</button>
</div>
</div>
<!-- Aside right -->
@@ -68,6 +68,8 @@ export class NewEventPage implements OnInit {
public stepSecond = 5;
public color: ThemePalette = 'primary';
james: any
@Input() profile:string;
@Input() selectedSegment: string;
@Input() selectedDate: Date;