Skip to content

Commit b84bb1c

Browse files
committed
check
1 parent c2ec8cc commit b84bb1c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ fn counter_button(counter_holder: LazyEntity, label: &'static str, step: i32) ->
160160
// A styled node for the button's appearance.
161161
Node {
162162
width: Val::Px(45.0),
163-
height: Val::Px(45.0),
164163
justify_content: JustifyContent::Center,
165164
align_items: AlignItems::Center,
166165
..default()

examples/counter.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ fn counter_button(counter_holder: LazyEntity, label: &'static str, step: i32) ->
136136
// A styled node for the button's appearance.
137137
Node {
138138
width: Val::Px(45.0),
139-
height: Val::Px(45.0),
140139
justify_content: JustifyContent::Center,
141140
align_items: AlignItems::Center,
142141
..default()

0 commit comments

Comments
 (0)