ui/timeline: make notification text smaller

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-09-10 12:03:23 -07:00
parent 6cf193b7e3
commit eb44637601

View File

@@ -801,7 +801,7 @@ fn render_composite_entry(
); );
let galley = ui.painter().layout_no_wrap( let galley = ui.painter().layout_no_wrap(
description.clone(), description.clone(),
NotedeckTextStyle::Body.get_font_id(ui.ctx()), NotedeckTextStyle::Small.get_font_id(ui.ctx()),
ui.visuals().text_color(), ui.visuals().text_color(),
); );