summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/parse_style.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse_style.rs b/src/parse_style.rs
index 18ba4b28..1c20c981 100644
--- a/src/parse_style.rs
+++ b/src/parse_style.rs
@@ -49,7 +49,7 @@ impl Style {
let mut style = Style::from_str(
&style_string,
default,
- decoration_style_string.as_deref(),
+ decoration_style_string,
true_color,
is_emph,
);