fix: run cargo fmt
This commit is contained in:
parent
db7d8680ce
commit
8ed62541af
5 changed files with 11 additions and 25 deletions
|
|
@ -78,9 +78,7 @@ impl Program for Controls {
|
|||
container(
|
||||
column![
|
||||
text("Background color").color(Color::WHITE),
|
||||
text!("{background_color:?}")
|
||||
.size(14)
|
||||
.color(Color::WHITE),
|
||||
text!("{background_color:?}").size(14).color(Color::WHITE),
|
||||
text_input("Placeholder", &self.input)
|
||||
.on_input(Message::InputChanged),
|
||||
sliders,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue