mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
fix highlight color
This commit is contained in:
parent
06bbbc283e
commit
ad22bc6562
@ -49,7 +49,7 @@ func (widget *Widget) formattedItemLine(idx int, item *checklist.ChecklistItem,
|
|||||||
}
|
}
|
||||||
|
|
||||||
str := fmt.Sprintf(
|
str := fmt.Sprintf(
|
||||||
`["%d"][%s:%s]|%s| %s[-][""]`,
|
`["%d"][""][%s:%s]|%s| %s[white]`,
|
||||||
idx,
|
idx,
|
||||||
foreColor,
|
foreColor,
|
||||||
backColor,
|
backColor,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user