Skip to content

Commit 0f81ad3

Browse files
committed
refactor: 更新 MD 图标
1 parent 908be3d commit 0f81ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)