diff --git a/internal/style.go b/internal/style.go index 24c27aa..236a88f 100644 --- a/internal/style.go +++ b/internal/style.go @@ -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 }