gio-plugins icon indicating copy to clipboard operation
gio-plugins copied to clipboard

share demo bug with NewTheme function.

Open gedw99 opened this issue 1 year ago • 0 comments

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()

gedw99 avatar Apr 05 '24 00:04 gedw99