Skip to content

Commit

Permalink
fixup! refactor(core/mercury): self-updating footer
Browse files Browse the repository at this point in the history
  • Loading branch information
obrusvit committed Sep 6, 2024
1 parent 0559307 commit 8e161a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl<'a> ShareWords<'a> {
);
}

(self.subtitle, &theme::TEXT_SUB_GREY_LIGHT)
(self.subtitle, &theme::TEXT_SUB_GREY)
}

fn render_word<'s>(&self, word_index: i16, target: &mut impl Renderer<'s>, area: Rect) {
Expand Down

0 comments on commit 8e161a0

Please sign in to comment.