diff options
Diffstat (limited to 'widgets/account.go')
-rw-r--r-- | widgets/account.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/account.go b/widgets/account.go index dd779b34..f26d8389 100644 --- a/widgets/account.go +++ b/widgets/account.go @@ -185,6 +185,6 @@ func (acct *AccountView) onMessage(msg types.WorkerMessage) { case *types.Error: acct.logger.Printf("%v", msg.Error) acct.host.SetStatus(fmt.Sprintf("%v", msg.Error)). - Color(tcell.ColorRed, tcell.ColorDefault) + Color(tcell.ColorDefault, tcell.ColorRed) } } |