Make the notification button sm

This commit is contained in:
Alex Tselegidis 2023-03-17 07:49:00 +01:00
parent 9689098d5a
commit b3a82bf5f4
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ window.App.Layouts.Backend = (function () {
actions.forEach(function (action) { actions.forEach(function (action) {
$('<button/>', { $('<button/>', {
class: 'btn btn-light btn-xs ms-2', class: 'btn btn-light btn-sm ms-2',
text: action.label, text: action.label,
on: { on: {
click: action.function, click: action.function,