diff options
Diffstat (limited to 'examples/scrollable/src/style.rs')
-rw-r--r-- | examples/scrollable/src/style.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/scrollable/src/style.rs b/examples/scrollable/src/style.rs index ec1f13db..0ed38b00 100644 --- a/examples/scrollable/src/style.rs +++ b/examples/scrollable/src/style.rs @@ -116,6 +116,7 @@ mod dark { dot_color: ACTIVE, border_width: 1.0, border_color: ACTIVE, + text_color: None, } } |