more testing stuff

This commit is contained in:
2025-08-25 23:13:29 -04:00
parent e85b503127
commit d0bed07ee0

View File

@@ -95,7 +95,7 @@ impl Client {
switch_button(Color::GREEN, span_test, "span test"), switch_button(Color::GREEN, span_test, "span test"),
switch_button(Color::BLUE, span_add, "span add test"), switch_button(Color::BLUE, span_add, "span add test"),
) )
.span(Dir::RIGHT, [1, 1, 1]), .span(Dir::RIGHT, [1; _]),
); );
let add_button = Rect::new(Color::LIME) let add_button = Rect::new(Color::LIME)
.radius(30) .radius(30)