mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-03 00:16:15 +00:00
apps/gophers: use text.Family where *shape.Family is too specific
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user