btn-default doesnt exist anymore

This commit is contained in:
Barış Soner Uşaklı
2026-03-07 14:21:37 -05:00
parent 2995a4d5e2
commit 8e96ca4be0
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ define('accounts/invite', ['api', 'benchpress', 'bootbox', 'alerts'], function (
buttons: {
cancel: {
label: `[[${isACP() ? 'admin/manage/users:alerts.button-cancel' : 'modules:bootbox.cancel'}]]`,
className: 'btn-default',
className: 'btn-light',
},
invite: {
label: `[[${isACP() ? 'admin/manage/users:invite' : 'users:invite'}]]`,

View File

@@ -252,7 +252,7 @@ define('iconSelect', ['benchpress', 'bootbox'], function (Benchpress, bootbox) {
buttons: {
noIcon: {
label: 'No Icon',
className: 'btn-default',
className: 'btn-light',
callback: function () {
el.removeClass(selected.icon);
for (const style of selected.styles) {