Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
i582 committed Apr 9, 2021
2 parents efcebeb + b09191a commit 1da45c7
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 1da45c7

Please sign in to comment.