summaryrefslogtreecommitdiff
path: root/limox.go
diff options
context:
space:
mode:
Diffstat (limited to 'limox.go')
-rw-r--r--limox.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/limox.go b/limox.go
index 5bb2d57..0b5c2ac 100644
--- a/limox.go
+++ b/limox.go
@@ -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,
}