Skip to content

Commit

Permalink
Replace tune icon with filter icon
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet committed Sep 12, 2024
1 parent 129b066 commit 3c001c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/SearchMessages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@click="toggleButtons">
<NcButton type="tertiary" class="search-messages--filter" @click="moreSearchActions = true">
<template #icon>
<Tune :size="20" />
<FilterIcon :size="20" />
</template>
</NcButton>
<NcButton v-if="filterChanged"
Expand Down Expand Up @@ -297,6 +297,7 @@ import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
import NcCheckboxRadioSwitch
from '@nextcloud/vue/dist/Components/NcCheckboxRadioSwitch.js'
import Tune from 'vue-material-design-icons/Tune.vue'
import FilterIcon from 'vue-material-design-icons/Filter.vue'
import Close from 'vue-material-design-icons/Close.vue'
import IconClose from '@mdi/svg/svg/close.svg'
import IconMagnify from '@mdi/svg/svg/magnify.svg'
Expand Down

0 comments on commit 3c001c0

Please sign in to comment.