Change selection color in styling example

This commit is contained in:
Héctor Ramón Jiménez 2020-03-24 21:51:56 +01:00
parent d6914d79a1
commit b30ddf90d2

View File

@ -357,7 +357,7 @@ mod style {
}
fn selection_color(&self) -> Color {
Color::BLACK
ACTIVE
}
}