mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 02:15:34 +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 {
|
var families struct {
|
||||||
primary *shape.Family
|
primary text.Family
|
||||||
mono *shape.Family
|
mono text.Family
|
||||||
}
|
}
|
||||||
|
|
||||||
var theme struct {
|
var theme struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user