diff options
Diffstat (limited to 'examples/styling')
-rw-r--r-- | examples/styling/src/main.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/styling/src/main.rs b/examples/styling/src/main.rs index d6f41b04..63ab9d62 100644 --- a/examples/styling/src/main.rs +++ b/examples/styling/src/main.rs @@ -355,6 +355,10 @@ mod style { fn value_color(&self) -> Color { Color::WHITE } + + fn selection_color(&self) -> Color { + ACTIVE + } } pub struct Button; |