aboutsummaryrefslogtreecommitdiffstats
path: root/commands/show.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/show.go')
-rw-r--r--commands/show.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/show.go b/commands/show.go
index 77f315cc..9ebd1926 100644
--- a/commands/show.go
+++ b/commands/show.go
@@ -166,7 +166,7 @@ func showDefaultFormatter(env *Env, snapshot *bug.Snapshot) error {
)
if comment.Message == "" {
- message = colors.GreyBold("No description provided.")
+ message = colors.BlackBold(colors.WhiteBg("No description provided."))
} else {
message = comment.Message
}