Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
bin/inbox: Adjust search string color
✗ CI failure Erik Kundt committed 5 months ago
commit 1592a0d7bb6585b06183ba3533d5815d47df01b3
parent e5d60b4ff6f9fc4a73d2b0e2b13df0afea037461
1 failed (1 total) View logs
1 file changed +4 -2
modified bin/commands/inbox/list.rs
@@ -415,7 +415,7 @@ impl App {
    }

    fn show_browser_footer(&self, frame: &mut Frame, ui: &mut im::Ui<Message>) {
-
        ui.layout(Layout::vertical([1, 1]), None, |ui| {
+
        ui.layout(Layout::vertical([3, 1]), None, |ui| {
            self.show_browser_context(frame, ui);
            self.show_browser_shortcuts(frame, ui);
        });
@@ -482,7 +482,9 @@ impl App {
                    Column::new(
                        Span::raw(format!(" {search} "))
                            .into_left_aligned_line()
-
                            .style(ui.theme().bar_on_black_style),
+
                            .style(ui.theme().bar_on_black_style)
+
                            .cyan()
+
                            .dim(),
                        Constraint::Fill(1),
                    ),
                    Column::new(