Skip to content

Commit

Permalink
hotfix: Enable parsing of text_align again
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Nov 3, 2023
1 parent 9fc0270 commit f3813c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/state/src/font_style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ impl State<CustomAttributeValues> for FontStyleState {
"font_size",
"font_family",
"line_height",
"align",
"text_align",
"max_lines",
"font_style",
"font_weight",
Expand Down

0 comments on commit f3813c1

Please sign in to comment.