6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-30 18:51:03 +00:00

Fix syntax error

This commit is contained in:
James Mills 2022-03-20 11:24:42 +10:00
parent b8cb2437e7
commit dbdf724ed0

@ -27,7 +27,7 @@ func NewChatBox(palette map[string]string, title string) *tview.TextView {
SetTextAlign(tview.AlignLeft)
chatBox.SetBorder(true).
SetTitle(title),
SetTitle(title).
SetTitleColor(hexToTCell(palette["title"])).
SetTitleAlign(tview.AlignLeft).
SetBorderColor(hexToTCell(palette["border"])).