diff --git a/.config/ags/modules/dock/dock.js b/.config/ags/modules/dock/dock.js index 4e6cc326b..186577648 100644 --- a/.config/ags/modules/dock/dock.js +++ b/.config/ags/modules/dock/dock.js @@ -69,7 +69,7 @@ const PinButton = () => Widget.Button({ child: Widget.Overlay({ child: Widget.Box({ homogeneous: true, - className: 'dock-app-icon', + className: 'dock-app-icon txt', child: MaterialIcon('push_pin', 'hugeass') }), overlays: [Widget.Box({