mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-11 05:11:55 +05:30
style: change cursor to pointer on hover
This commit is contained in:
@@ -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} />
|
||||
|
Reference in New Issue
Block a user