forked from Shinonome/dots-hyprland
sideright: update centermodules buttons
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user