styling example fixed (added selection_color)

This commit is contained in:
FabianLars 2020-02-23 11:25:48 +01:00
parent 883843a72d
commit e8bf0fc099

View File

@ -354,6 +354,10 @@ mod style {
fn value_color(&self) -> Color {
Color::WHITE
}
fn selection_color(&self) -> Color {
Color::BLACK
}
}
pub struct Button;