Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
lib/ui: Fix table focussed highlight color
Erik Kundt committed 4 months ago
commit 6ca341bedb341aff8291bdf5bfd87a4a79dc4f99
parent 82f62517af509dc3eb8bb33acb0050f29f552b5f
1 file changed +1 -1
modified src/ui/im/widget.rs
@@ -457,7 +457,7 @@ where
                .rows(rows)
                .widths(widths)
                .column_spacing(self.spacing.into())
-
                .row_highlight_style(style::highlight(area_focus));
+
                .row_highlight_style(style::highlight(ui.has_focus));

            let table = if !area_focus && self.dim {
                table.dim()