Skip to content

Commit

Permalink
feat: improve location dialog (close icon). ref #15
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Dec 14, 2023
1 parent 5f3746d commit 08b51ad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/LocationSelector.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<template>
<v-dialog>
<v-dialog persistent="true">
<v-card>
<v-card-title>Find your location</v-card-title>
<v-card-title>
Find your location
<v-btn style="float:right;" variant="text" density="compact" icon="mdi-close" @click="close"></v-btn>
</v-card-title>

<v-divider></v-divider>

Expand Down

0 comments on commit 08b51ad

Please sign in to comment.