forked from mirrors/easyappointments
Make the notification button sm
This commit is contained in:
parent
9689098d5a
commit
b3a82bf5f4
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue