Skip to content

Commit

Permalink
fix: 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]>
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
Jerome-Herbinet authored and st3iny committed Sep 12, 2024
1 parent 129b066 commit 71af3f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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" />
<FilterVariantIcon :size="20" />
</template>
</NcButton>
<NcButton v-if="filterChanged"
Expand Down Expand Up @@ -296,7 +296,7 @@ import NcDateTimePicker from '@nextcloud/vue/dist/Components/NcDateTimePicker.js
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 FilterVariantIcon from 'vue-material-design-icons/FilterVariant.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 All @@ -317,7 +317,7 @@ export default {
NcDateTimePicker,
NcButton,
NcCheckboxRadioSwitch,
Tune,
FilterVariantIcon,
Close,
},
props: {
Expand Down

0 comments on commit 71af3f8

Please sign in to comment.