Skip to content

Commit

Permalink
fixup! refactor(core/rust): drop ui::macros
Browse files Browse the repository at this point in the history
  • Loading branch information
matejcik committed Jun 14, 2024
1 parent 2000a88 commit bed2b15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ impl<'a> Component for ShareWords<'a> {
.text_font
.visible_text_height("1"),
);
let ordinal = uformat!("{}", ordinal_val);
let ordinal = uformat!("{}.", ordinal_val);
shape::Text::new(ordinal_pos, &ordinal)
.with_font(theme::TEXT_SUB_GREY_LIGHT.text_font)
.with_fg(theme::GREY)
Expand Down

0 comments on commit bed2b15

Please sign in to comment.