From 43131b6f574c3cf442b6b9a01691ea29e11ab3e3 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sun, 6 Oct 2019 12:15:18 +0200 Subject: [PATCH] apps/gophers: use text.Family where *shape.Family is too specific Signed-off-by: Elias Naur --- example/gophers/ui.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {