Skip to content

Commit

Permalink
internal: fixed background hex color
Browse files Browse the repository at this point in the history
  • Loading branch information
i582 committed Apr 9, 2021
1 parent 282da01 commit b09191a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/style.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func ApplyStyle(text, style string) (string, error) {
if err != nil {
return "", err
}
text = hexBackgroundColorFunc(style, text)
text = hexBackgroundColorFunc(rawHex, text)
return text, nil
}

Expand Down

0 comments on commit b09191a

Please sign in to comment.