From 4840fb609d7dfd09971fe329d20324d0322c267a Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Wed, 10 Mar 2021 21:29:50 +0530 Subject: [PATCH] transparent modal dialogs --- app/components/modal/ActionDialog.vue | 13 ++++++++++++- app/components/modal/ActionDialogWithSearch.vue | 12 +++++++++++- app/components/modal/ConfirmDialog.vue | 16 ++++++++++++++-- app/components/modal/ListPicker.vue | 12 +++++++++++- app/components/modal/PromptDialog.vue | 12 +++++++++++- app/components/modal/ShareChooser.vue | 14 +++++++++++++- 6 files changed, 72 insertions(+), 7 deletions(-) diff --git a/app/components/modal/ActionDialog.vue b/app/components/modal/ActionDialog.vue index ddcd3262..f4ef9c84 100644 --- a/app/components/modal/ActionDialog.vue +++ b/app/components/modal/ActionDialog.vue @@ -1,5 +1,5 @@