Draft styling example

This commit is contained in:
Héctor Ramón Jiménez 2020-01-06 18:44:45 +01:00
parent bbc8f837d7
commit 2bbd395d5d
5 changed files with 298 additions and 6 deletions

View file

@ -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,
}
}
}