diff options
Diffstat (limited to 'limox.go')
-rw-r--r-- | limox.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,6 @@ import ( "log" "gioui.org/app" - "gioui.org/font/gofont" "gioui.org/io/system" "gioui.org/op" "gioui.org/unit" @@ -41,7 +40,7 @@ func NewLimox() Limox { app.Size(unit.Dp(400), unit.Dp(600)), ), Operations: op.Ops{}, - Theme: material.NewTheme(gofont.Collection()), + Theme: material.NewTheme(), sessionOut: make(chan any), State: Disconnected, } |