apps/gophers: use text.Family where *shape.Family is too specific

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-10-06 12:15:18 +02:00
parent ea082c5cca
commit 43131b6f57
+2 -2
View File
@@ -85,8 +85,8 @@ type ActionButton struct {
} }
var families struct { var families struct {
primary *shape.Family primary text.Family
mono *shape.Family mono text.Family
} }
var theme struct { var theme struct {