Skip to content

Commit

Permalink
Undo unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Jul 3, 2024
1 parent 34fffe0 commit 8f2cdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fn setup(mut commands: Commands) {
..default()
},
border_color: BorderColor(BORDER_COLOR_INACTIVE),
image: UiImage::default().with_color(BACKGROUND_COLOR),
background_color: BACKGROUND_COLOR.into(),
..default()
},
IncValueButton,
Expand Down

0 comments on commit 8f2cdc0

Please sign in to comment.