summaryrefslogtreecommitdiffstats
path: root/pkg/gui/presentation
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-03-21 16:11:24 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-03-30 21:57:00 +1100
commit4b4bfae4f491a1701932cf338711bcee41b989a8 (patch)
tree3a1d82bf9614f9bd4a8184080a7e1775d14d7f96 /pkg/gui/presentation
parentd5639e6e956c87b97e0c673ccc4d224bd12fbe68 (diff)
fix background colour on selected line
Diffstat (limited to 'pkg/gui/presentation')
-rw-r--r--pkg/gui/presentation/files.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/presentation/files.go b/pkg/gui/presentation/files.go
index 5cf312c55..96fdbaa1f 100644
--- a/pkg/gui/presentation/files.go
+++ b/pkg/gui/presentation/files.go
@@ -45,7 +45,7 @@ func GetFileLine(hasUnstagedChanges bool, hasStagedChanges bool, name string, di
output = firstCharCl.Sprint(firstChar)
output += secondCharCl.Sprint(secondChar)
- output += " "
+ output += restColor.Sprint(" ")
}
output += restColor.Sprint(name)