This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-05-04 09:33:24 +03:00
parent dd564815d4
commit 750d88f728
4 changed files with 28 additions and 25 deletions

View File

@ -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
}