From 94afbb939a5d2dc29a2ab22e7663f863080e0cec Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Mon, 12 Oct 2020 15:09:24 +0100 Subject: [PATCH] Fix checker pattern --- cmd/fyne_demo/screens/icons.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/fyne_demo/screens/icons.go b/cmd/fyne_demo/screens/icons.go index 17d58f88ac..4a8ed0ed9b 100644 --- a/cmd/fyne_demo/screens/icons.go +++ b/cmd/fyne_demo/screens/icons.go @@ -66,7 +66,7 @@ func checkerPattern(x, y, _, _ int) color.Color { return theme.BackgroundColor() } - return theme.ButtonColor() + return theme.ShadowColor() } func iconList() []string {