style: change cursor to pointer on hover

This commit is contained in:
tux
2025-06-18 04:42:26 +05:30
parent 7936ece744
commit 3e38dab8b9
4 changed files with 8 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ const AppButton = ({ app }: { app: AstalApps.Application }) => {
hide();
app.launch();
}}
cursor={Gdk.Cursor.new_from_name("pointer", null)}
>
<box spacing={6} halign={Gtk.Align.START} valign={Gtk.Align.CENTER}>
<image iconName={app.iconName} iconSize={Gtk.IconSize.LARGE} />