styling example fixed (added selection_color)
This commit is contained in:
parent
883843a72d
commit
e8bf0fc099
@ -354,6 +354,10 @@ mod style {
|
|||||||
fn value_color(&self) -> Color {
|
fn value_color(&self) -> Color {
|
||||||
Color::WHITE
|
Color::WHITE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn selection_color(&self) -> Color {
|
||||||
|
Color::BLACK
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct Button;
|
pub struct Button;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user