Skip to content

Commit

Permalink
fix highlight color
Browse files Browse the repository at this point in the history
  • Loading branch information
bertl4398 committed Jul 27, 2018
1 parent 06bbbc2 commit ad22bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todo/display.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (widget *Widget) formattedItemLine(idx int, item *checklist.ChecklistItem,
}

str := fmt.Sprintf(
`["%d"][%s:%s]|%s| %s[-][""]`,
`["%d"][""][%s:%s]|%s| %s[white]`,
idx,
foreColor,
backColor,
Expand Down

0 comments on commit ad22bc6

Please sign in to comment.