diff --git a/example/notification-center/notification.js b/example/notification-center/notification.js index 545df08..0082cf7 100644 --- a/example/notification-center/notification.js +++ b/example/notification-center/notification.js @@ -108,7 +108,7 @@ export const Notification = n => Widget.EventBox({ }), Widget.Box({ className: 'actions', - children: n.actions.map(({ id, label }) => Button({ + children: n.actions.map(({ id, label }) => Widget.Button({ className: 'action-button', onClicked: () => n.invoke(id), hexpand: true,