Skip to content

Commit

Permalink
feat: add switch color
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Dec 15, 2023
1 parent a3b1ef3 commit 9ab4bc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/webapp/src/components/search/PersonneSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ watch(isSearchingOut, () => {
<v-switch
v-model="isSearchingOut"
:label="t('searchOutOfStructure')"
color="primary"
density="compact"
class="mb-2"
hide-details
Expand Down

0 comments on commit 9ab4bc8

Please sign in to comment.