Skip to content

Commit

Permalink
fix: Use text_align in Table example
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Oct 31, 2023
1 parent cc77ee4 commit bfd10ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ fn app(cx: Scope) -> Element {
divider: n > 0,
label {
width: "100%",
align: "right",
text_align: "right",
"{item}"
}
}
Expand Down

0 comments on commit bfd10ba

Please sign in to comment.