gio-plugins
gio-plugins copied to clipboard
share demo bug with NewTheme function.
https://github.com/gioui-plugins/gio-plugins/blob/main/share/demo/main.go#L39
theme := material.NewTheme(gofont.Collection())
should just be:
theme := material.NewTheme()