Skip to content

Commit

Permalink
feat(TreeView): update ResetSearchButton icon (#3850)
Browse files Browse the repository at this point in the history
* refactor: 更新 TreeView 重置按钮图标

* chore: bump version 8.7.2
  • Loading branch information
ArgoZhang authored Jul 14, 2024
1 parent 098894b commit a5af9d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/BootstrapBlazor/BootstrapBlazor.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<Version>8.7.2-beta05</Version>
<Version>8.7.2</Version>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
Expand Down
2 changes: 1 addition & 1 deletion src/BootstrapBlazor/Options/IconThemeOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public IconThemeOptions()
{ ComponentIcons.TreeViewExpandNodeIcon, "fa-solid fa-caret-right fa-rotate-90" },
{ ComponentIcons.TreeViewNodeIcon, "fa-solid fa-caret-right" },
{ ComponentIcons.TreeViewSearchIcon, "fa-solid fa-magnifying-glass" },
{ ComponentIcons.TreeViewResetSearchIcon, "fa-regular fa-trash-can" },
{ ComponentIcons.TreeViewResetSearchIcon, "fa-solid fa-delete-left" },

// Upload
{ ComponentIcons.AvatarUploadDeleteIcon, "fa-regular fa-trash-can" },
Expand Down

0 comments on commit a5af9d0

Please sign in to comment.