Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
lib/ui: Fix focussed table border
Erik Kundt committed 3 months ago
commit 82f62517af509dc3eb8bb33acb0050f29f552b5f
parent e3596ef
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