adam-gui/vendor/fyne.io/fyne/v2/theme/theme_hints.go

10 lines
139 B
Go
Raw Normal View History

2024-04-29 19:13:50 +02:00
//go:build hints
// +build hints
package theme
var (
fallbackColor = errorColor
fallbackIcon = NewErrorThemedResource(errorIconRes)
)