ui: brighter timeline text
We still need to make the username bolder
This commit is contained in:
@@ -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| {
|
ui.with_layout(egui::Layout::top_down(egui::Align::LEFT), |ui| {
|
||||||
render_username(ui, &damus.contacts, &ev.pubkey);
|
render_username(ui, &damus.contacts, &ev.pubkey);
|
||||||
|
|
||||||
ui.weak(&ev.content);
|
ui.label(&ev.content);
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user