gui: change radio border color

This commit is contained in:
jp1ac4 2023-12-28 17:21:23 +00:00
parent 38198cc79f
commit 838550b917
No known key found for this signature in database
GPG Key ID: A7ACD32423568D7B

View File

@ -345,7 +345,7 @@ impl radio::StyleSheet for Theme {
background: iced::Color::TRANSPARENT.into(),
dot_color: color::GREEN,
border_width: 1.0,
border_color: color::GREEN,
border_color: color::GREY_7,
text_color: None,
}
}
@ -354,6 +354,7 @@ impl radio::StyleSheet for Theme {
let active = self.active(style, is_selected);
radio::Appearance {
dot_color: color::GREEN,
border_color: color::GREEN,
background: iced::Color::TRANSPARENT.into(),
..active
}