From b30ddf90d2c74ab709aaadd9dd60815d17e2de63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Tue, 24 Mar 2020 21:51:56 +0100 Subject: [PATCH] Change selection color in `styling` example --- examples/styling/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/styling/src/main.rs b/examples/styling/src/main.rs index dfa168b6..63ab9d62 100644 --- a/examples/styling/src/main.rs +++ b/examples/styling/src/main.rs @@ -357,7 +357,7 @@ mod style { } fn selection_color(&self) -> Color { - Color::BLACK + ACTIVE } }