From 1a6c912332b619bcb70df8ee99808175b7d4aad0 Mon Sep 17 00:00:00 2001 From: Daniel May Date: Sun, 14 Nov 2021 11:35:12 +0100 Subject: Add checkbox text_color styling --- examples/styling/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/styling/src/main.rs b/examples/styling/src/main.rs index 4e319285..065764b3 100644 --- a/examples/styling/src/main.rs +++ b/examples/styling/src/main.rs @@ -528,6 +528,7 @@ mod style { background: if is_checked { ACTIVE } else { SURFACE } .into(), checkmark_color: Color::WHITE, + text_color: Color::BLACK, border_radius: 2.0, border_width: 1.0, border_color: ACTIVE, -- cgit