We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117f743 commit e04bbbaCopy full SHA for e04bbba
1 file changed
components/modules/proposal/VotesTable.vue
@@ -100,7 +100,7 @@ watch(
100
<Flex wrap="wrap" align="center" gap="8" :class="$style.filters">
101
<Popover :open="isOptionPopoverOpen" @on-close="onOptionPopoverClose" width="200">
102
<Button @click="handleOpenOptionPopover" type="secondary" size="mini" :disabled="!votes.length && !hasActiveFilters">
103
- <Icon name="filter" size="12" :color="optionFilter ? 'brand' : 'tertiary'" />
+ <Icon name="plus-circle" size="12" :color="optionFilter ? 'brand' : 'tertiary'" />
104
<Text color="secondary">Option<template v-if="optionFilter">:</template></Text>
105
106
<template v-if="optionFilter">
0 commit comments