From 5015cc7659324fee5c10d86cce0fff82b5b064fc Mon Sep 17 00:00:00 2001 From: Badr Date: Sat, 5 Oct 2024 18:51:40 +0200 Subject: [PATCH] change fg color --- oryx-tui/src/section/firewall.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/oryx-tui/src/section/firewall.rs b/oryx-tui/src/section/firewall.rs index 574a836..35f5fe5 100644 --- a/oryx-tui/src/section/firewall.rs +++ b/oryx-tui/src/section/firewall.rs @@ -117,7 +117,7 @@ impl UserInput { Color::DarkGray } }) - .fg(Color::White), + .fg(Color::Black), Cell::from(self.ip.field.to_string()) .bg({ if self.focus_input == FocusedInput::Ip { @@ -126,7 +126,7 @@ impl UserInput { Color::DarkGray } }) - .fg(Color::White), + .fg(Color::Black), Cell::from(self.port.field.to_string()) .bg({ if self.focus_input == FocusedInput::Port { @@ -135,7 +135,7 @@ impl UserInput { Color::DarkGray } }) - .fg(Color::White), + .fg(Color::Black), ]), Row::new(vec![Cell::new(""), Cell::new(""), Cell::new("")]), Row::new(vec![