aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/score.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/score.go b/ui/score.go
index 6f0d92a..4832f6a 100644
--- a/ui/score.go
+++ b/ui/score.go
@@ -78,7 +78,7 @@ func ScoreInput(id, currentScore int, title string, isManga bool) {
template := &p.PromptTemplates {
Valid: "\x1b[0m{{ . | magenta }}",
- Invalid: "\x1b[0m{{ . | magenta }}\x1b[31m ",
+ Invalid: "\x1b[0m{{ . | magenta }}\x1b[31m",
Success: "{{ . | cyan }}",
}