summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/styling/src/main.rs4
1 files changed, 4 insertions, 0 deletions
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;