Skip to content

Commit bbee138

Browse files
authored
feat(FilterIcon): clear filter button in header row use ban icon (#6897)
* chore: 更新清除 Filter 图标 * refactor: 更新 MD 图标
1 parent 940c31e commit bbee138

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BootstrapBlazor/Icons/BootstrapIcons.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ internal static class BootstrapIcons
6161
{ ComponentIcons.StepErrorIcon, "bi bi-x" },
6262

6363
{ ComponentIcons.FilterButtonFilterIcon, "bi bi-funnel-fill" },
64-
{ ComponentIcons.FilterButtonClearIcon, "bi bi-funnel" },
64+
{ ComponentIcons.FilterButtonClearIcon, "bi bi-ban" },
6565

6666
{ ComponentIcons.TableFilterPlusIcon, "bi bi-plus" },
6767
{ ComponentIcons.TableFilterMinusIcon, "bi bi-dash" },

src/BootstrapBlazor/Icons/MaterialDesignIcons.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ internal static class MaterialDesignIcons
6161
{ ComponentIcons.StepErrorIcon, "mdi mdi-close" },
6262

6363
{ ComponentIcons.FilterButtonFilterIcon, "mdi mdi-filter-outline" },
64-
{ ComponentIcons.FilterButtonClearIcon, "mdi mdi-filter-remove-outline" },
64+
{ ComponentIcons.FilterButtonClearIcon, "mdi mdi-cancel" },
6565

6666
{ ComponentIcons.TableFilterPlusIcon, "mdi mdi-plus" },
6767
{ ComponentIcons.TableFilterMinusIcon, "mdi mdi-minus" },

0 commit comments

Comments
 (0)