example,cmd: bump gio version

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-06-07 16:33:27 +02:00
parent f710bdf8e8
commit 352856fc24
9 changed files with 12 additions and 17 deletions
+1 -2
View File
@@ -71,8 +71,7 @@ type (
)
func init() {
gofont.Register()
theme = material.NewTheme()
theme = material.NewTheme(gofont.Collection())
theme.Color.Text = rgb(0x333333)
theme.Color.Hint = rgb(0xbbbbbb)
}