about summary refs log tree commit diff stats
path: root/widgets/account.go
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/account.go')
-rw-r--r--widgets/account.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/account.go b/widgets/account.go
index dd779b3..f26d838 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)
 	}
 }