ui: brighter timeline text

We still need to make the username bolder
This commit is contained in:
William Casarin
2023-12-24 12:33:16 -08:00
parent de5d7c4088
commit ab2633e038

View File

@@ -429,7 +429,7 @@ fn render_note(ui: &mut egui::Ui, damus: &mut Damus, index: usize) {
ui.with_layout(egui::Layout::top_down(egui::Align::LEFT), |ui| {
render_username(ui, &damus.contacts, &ev.pubkey);
ui.weak(&ev.content);
ui.label(&ev.content);
})
})
});