diff --git a/example/gophers/ui.go b/example/gophers/ui.go index 1bfe0263..681e4a60 100644 --- a/example/gophers/ui.go +++ b/example/gophers/ui.go @@ -85,8 +85,8 @@ type ActionButton struct { } var families struct { - primary *shape.Family - mono *shape.Family + primary text.Family + mono text.Family } var theme struct {