Seach add modal border and fixe momentG

This commit is contained in:
2021-02-11 12:26:43 +01:00
parent c443e44b91
commit addf985737
5 changed files with 27 additions and 10 deletions
+2 -2
View File
@@ -294,7 +294,7 @@ export class SearchPage implements OnInit {
const modal = await this.modalController.create({
component: SenderPage,
cssClass: 'sender',
cssClass: 'modal',
componentProps: {
}
});
@@ -312,7 +312,7 @@ export class SearchPage implements OnInit {
const modal = await this.modalController.create({
component: OrganicEntityPage,
cssClass: 'organicEnity',
cssClass: 'modal',
componentProps: {
}
});