mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Fixed radio colors
This commit is contained in:
@@ -133,7 +133,7 @@ impl Component for RadioGroup {
|
||||
self.props.background,
|
||||
self.props.foreground,
|
||||
),
|
||||
false => (Color::Reset, Color::Reset, Color::Reset),
|
||||
false => (Color::Reset, self.props.foreground, Color::Reset),
|
||||
};
|
||||
let title: String = match &self.props.texts.title {
|
||||
Some(t) => t.clone(),
|
||||
|
||||
Reference in New Issue
Block a user