hook up tap handling and action dispatch

This commit is contained in:
Drew Weymouth
2024-12-28 20:06:15 -08:00
parent f702ef5c31
commit 0f74bee746
4 changed files with 136 additions and 31 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ const (
)
var (
GridViewIconColor color.Color = color.White
GridViewHoveredIconColor color.Color = darkenColor(GridViewIconColor, 0.05)
GridViewHoveredIconColor color.Color = color.White
GridViewIconColor color.Color = darkenColor(color.White, 0.2)
AlbumIcon fyne.Resource = theme.NewThemedResource(res.ResDiscSvg)
ArtistIcon fyne.Resource = theme.NewThemedResource(res.ResPeopleSvg)