Skip to content

Commit

Permalink
Fix checker pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Oct 12, 2020
1 parent ea85544 commit 94afbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fyne_demo/screens/icons.go
Expand Up @@ -66,7 +66,7 @@ func checkerPattern(x, y, _, _ int) color.Color {
return theme.BackgroundColor()
}

return theme.ButtonColor()
return theme.ShadowColor()
}

func iconList() []string {
Expand Down

0 comments on commit 94afbb9

Please sign in to comment.