diff options
Diffstat (limited to 'style/src/button.rs')
-rw-r--r-- | style/src/button.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/src/button.rs b/style/src/button.rs index 03c9ab32..93c27860 100644 --- a/style/src/button.rs +++ b/style/src/button.rs @@ -75,7 +75,7 @@ impl StyleSheet for Default { border_radius: 5, border_width: 0, border_color: Color::TRANSPARENT, - text_color: Color::BLACK, + text_color: Color::WHITE, } } } |