Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
issue/list: Fix focus border color w/ light theme
Erik Kundt committed 4 months ago
commit ca78590c817729a842f2310501ce91216b6a5335
parent d5f8c79
1 file changed +1 -1
modified src/ui/theme.rs
@@ -23,7 +23,7 @@ impl Theme {
    pub fn default_light() -> Self {
        Self {
            border_style: Style::default().fg(Color::Rgb(170, 170, 170)),
-
            focus_border_style: Style::default().black(),
+
            focus_border_style: Style::default(),
            shortcuts_keys_style: style::yellow(),
            shortcuts_action_style: style::reset(),
            textview_style: style::reset(),