Skip to content

Commit

Permalink
Merge branch 'main' into pending-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaen committed Apr 8, 2024
2 parents 37a3c9b + ac17267 commit 280e547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klog/app/cli/print.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func printWithDurations(styler tf.Styler, ls parser.Lines) string {
length := len(p.d.ToString())
value := ""
if p.isSub {
value += styler.Props(tf.StyleProps{Color: tf.RED}).Format(p.d.ToString())
value += styler.Props(tf.StyleProps{Color: tf.SUBDUED}).Format(p.d.ToString())
} else {
value += styler.Props(tf.StyleProps{IsUnderlined: true}).Format(p.d.ToString())
}
Expand Down

0 comments on commit 280e547

Please sign in to comment.