File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
src/BootstrapBlazor/Icons Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff 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" } ,
Original file line number Diff line number Diff 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" } ,
Original file line number Diff line number Diff 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" } ,
You can’t perform that action at this time.
0 commit comments