Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
lib/ui: Fix table focussed highlight color
Erik Kundt committed 3 months ago
commit 6ca341bedb341aff8291bdf5bfd87a4a79dc4f99
parent 82f6251
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()