sideright: update centermodules buttons

This commit is contained in:
end-4
2024-04-29 22:30:36 +07:00
parent f26c26ff8e
commit 5662cb04e9
3 changed files with 37 additions and 2 deletions
@@ -67,9 +67,10 @@ export default (props) => {
,
});
const ListActionButton = (icon, name, action) => Button({
className: 'notif-listaction-btn',
className: 'sidebar-centermodules-bottombar-button',
onClicked: action,
child: Box({
hpack: 'center',
className: 'spacing-h-5',
children: [
MaterialIcon(icon, 'norm'),