diff --git a/software/backend/data/accounts.json b/software/backend/data/accounts.json index 8ac9104..8c312ec 100644 --- a/software/backend/data/accounts.json +++ b/software/backend/data/accounts.json @@ -92,6 +92,13 @@ "houseNumber": 36, "postalCode": 30171, "city": "Hannover" + }, + { + "accountId": 3, + "street": "Else-Ury-Weg", + "houseNumber": 20, + "postalCode": 30629, + "city": "Hannover" } ], "payments": [ diff --git a/software/src/components/cardView.vue b/software/src/components/cardView.vue index c37ebba..5e997c2 100644 --- a/software/src/components/cardView.vue +++ b/software/src/components/cardView.vue @@ -16,16 +16,19 @@ defineProps({ :title="title" :subtitle="subtitle" :prepend-icon="icon" - class="card-outter" > - + + + + + + + + - - \ No newline at end of file diff --git a/software/src/components/confirmDialog.vue b/software/src/components/confirmDialog.vue index 1cbee80..a5f028f 100644 --- a/software/src/components/confirmDialog.vue +++ b/software/src/components/confirmDialog.vue @@ -23,13 +23,11 @@ function confirmPressed() { max-width="400" v-model="showDialog" > - - - - {{ description }} - - - + + + {{ description }} + +