feat(ags overview): add anim when new window

This commit is contained in:
matt1432 2023-09-29 03:45:58 -04:00
parent e9cc337a9c
commit fbc6d1c469

View file

@ -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,
}),
}),