mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-22 08:03:36 -05:00
drafting
This commit is contained in:
parent
dd564815d4
commit
750d88f728
@ -61,6 +61,7 @@ func NewBoolClickable(b tracker.Bool) *BoolClickable {
|
||||
func Tooltip(th *material.Theme, tip string) component.Tooltip {
|
||||
tooltip := component.PlatformTooltip(th, tip)
|
||||
tooltip.Bg = black
|
||||
tooltip.Text.Color = white
|
||||
return tooltip
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user