Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
lib/ui: Fix focussed table border
Erik Kundt committed 4 months ago
commit 82f62517af509dc3eb8bb33acb0050f29f552b5f
parent e3596efecc2e4e1277773bc25b81c072c4c253f7
1 file changed +1 -1
modified src/ui/im/widget.rs
@@ -375,7 +375,7 @@ where
            },
        };

-
        let border_style = if area_focus && ui.has_focus {
+
        let border_style = if ui.has_focus {
            ui.theme.focus_border_style
        } else {
            ui.theme.border_style