diff --git a/config/ags/js/overview/clients.js b/config/ags/js/overview/clients.js index 93fdf180..8cd3da5c 100644 --- a/config/ags/js/overview/clients.js +++ b/config/ags/js/overview/clients.js @@ -58,7 +58,7 @@ const Client = (client, active, clients) => Revealer({ }, child: Icon({ className: `window ${active}`, - style: IconStyle(client), + style: IconStyle(client) + 'font-size: 10px;', icon: client.class, }), }),