Skip to content

Commit e04bbba

Browse files
committed
revert filter icon
1 parent 117f743 commit e04bbba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/modules/proposal/VotesTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ watch(
100100
<Flex wrap="wrap" align="center" gap="8" :class="$style.filters">
101101
<Popover :open="isOptionPopoverOpen" @on-close="onOptionPopoverClose" width="200">
102102
<Button @click="handleOpenOptionPopover" type="secondary" size="mini" :disabled="!votes.length && !hasActiveFilters">
103-
<Icon name="filter" size="12" :color="optionFilter ? 'brand' : 'tertiary'" />
103+
<Icon name="plus-circle" size="12" :color="optionFilter ? 'brand' : 'tertiary'" />
104104
<Text color="secondary">Option<template v-if="optionFilter">:</template></Text>
105105

106106
<template v-if="optionFilter">

0 commit comments

Comments
 (0)