Skip to content

Commit

Permalink
fix: codeblock prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianF7 committed Oct 24, 2023
1 parent e1181eb commit 40851d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion internal/progress/styles.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,11 @@ var StyleConfig = ansi.StyleConfig{
},
Code: ansi.StyleBlock{
StylePrimitive: ansi.StylePrimitive{
Color: stringPtr("15"),
Color: stringPtr("15"),
Prefix: " ",
Suffix: " ",
Bold: boolPtr(true),
BackgroundColor: stringPtr(""),
},
},
CodeBlock: ansi.StyleCodeBlock{
Expand Down

0 comments on commit 40851d2

Please sign in to comment.