diff --git a/examples/styling/src/main.rs b/examples/styling/src/main.rs index 47408624..e97389e9 100644 --- a/examples/styling/src/main.rs +++ b/examples/styling/src/main.rs @@ -354,6 +354,10 @@ mod style { fn value_color(&self) -> Color { Color::WHITE } + + fn selection_color(&self) -> Color { + Color::BLACK + } } pub struct Button;