Skip to content

Commit

Permalink
Smaller chip for find button
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Dec 22, 2023
1 parent ab09947 commit fa0023f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/AddPriceSingle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<v-icon start :icon="isSelectedLocation(location) ? 'mdi-checkbox-marked-circle' : 'mdi-history'"></v-icon>
{{ location.display_name }}
</v-chip>
<v-chip variant="outlined" @click="showLocationSelector">
<v-chip variant="outlined" size="small" @click="showLocationSelector">
<v-icon start icon="mdi-magnify"></v-icon>
Find
</v-chip>
Expand Down

0 comments on commit fa0023f

Please sign in to comment.