styling example fixed (added selection_color)
This commit is contained in:
parent
883843a72d
commit
e8bf0fc099
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue