Skip to content

Commit 759403a

Browse files
committed
chore: 更新图标
1 parent a944ad8 commit 759403a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

src/BootstrapBlazor/Icons/BootstrapIcons.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ internal static class BootstrapIcons
9797
{ ComponentIcons.PaginationPrevEllipsisPageIcon, "bi bi-three-dots" },
9898
{ ComponentIcons.PaginationNextEllipsisPageIcon, "bi bi-three-dots" },
9999

100-
{ ComponentIcons.PopConfirmButtonConfirmIcon, "bi bi-exclamation-circle" },
100+
{ ComponentIcons.PopConfirmButtonConfirmIcon, "bi bi-exclamation-circle-fill" },
101+
{ ComponentIcons.PopConfirmButtonContentCloseButtonIcon, "bi bi-x" },
102+
{ ComponentIcons.PopConfirmButtonContentConfirmButtonIcon, "bi bi-check" },
101103

102104
{ ComponentIcons.RateStarIcon, "bi bi-star-fill" },
103105
{ ComponentIcons.RateUnStarIcon, "bi bi-star" },

src/BootstrapBlazor/Icons/FontAwesomeIcons.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ internal static class FontAwesomeIcons
9696
{ ComponentIcons.PaginationNextEllipsisPageIcon, "fa-solid fa-ellipsis" },
9797

9898
{ ComponentIcons.PopConfirmButtonConfirmIcon, "fa-solid fa-circle-exclamation" },
99+
{ ComponentIcons.PopConfirmButtonContentCloseButtonIcon, "fa-solid fa-xmark" },
100+
{ ComponentIcons.PopConfirmButtonContentConfirmButtonIcon, "fa-solid fa-check" },
99101

100102
{ ComponentIcons.RateStarIcon, "fa-solid fa-star" },
101103
{ ComponentIcons.RateUnStarIcon, "fa-regular fa-star" },

src/BootstrapBlazor/Icons/MaterialDesignIcons.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ internal static class MaterialDesignIcons
9797
{ ComponentIcons.PaginationPrevEllipsisPageIcon, "mdi mdi-dots-horizontal" },
9898
{ ComponentIcons.PaginationNextEllipsisPageIcon, "mdi mdi-dots-horizontal" },
9999

100-
{ ComponentIcons.PopConfirmButtonConfirmIcon, "mdi mdi-exclamation" },
100+
{ ComponentIcons.PopConfirmButtonConfirmIcon, "mdi mdi-alert-circle" },
101+
{ ComponentIcons.PopConfirmButtonContentCloseButtonIcon, "mdi mdi-close" },
102+
{ ComponentIcons.PopConfirmButtonContentConfirmButtonIcon, "mdi mdi-check" },
101103

102104
{ ComponentIcons.RateStarIcon, "mdi mdi-star" },
103105
{ ComponentIcons.RateUnStarIcon, "mdi mdi-star-outline" },

0 commit comments

Comments
 (0)