Skip to content

Commit

Permalink
mj-button now renders the missing letter-spacing.
Browse files Browse the repository at this point in the history
Signed-off-by: austin <austinanguyenwork@gmail.com>
  • Loading branch information
austinanguyen committed Feb 1, 2025
1 parent faff43b commit 59c4e3c
Show file tree
Hide file tree
Showing 5 changed files with 432 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/mrml-core/src/mj_button/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ impl<'root> Renderer<'root, MjButton, ()> {
.maybe_add_style("font-size", self.attribute("font-size"))
.maybe_add_style("font-style", self.attribute("font-style"))
.maybe_add_style("font-weight", self.attribute("font-weight"))
.maybe_add_style("letter-spacing", self.attribute("letter-spacing"))
.maybe_add_style("line-height", self.attribute("line-height"))
.maybe_add_style("line-spacing", self.attribute("line-spacing"))
.add_style("margin", "0")
Expand Down
Empty file modified packages/mrml-wasm/build.sh
100644 → 100755
Empty file.
Loading

0 comments on commit 59c4e3c

Please # to comment.