test(container): correct color
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m15s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m15s
This commit is contained in:
@@ -217,7 +217,7 @@ pub const Border = packed struct {
|
||||
|
||||
var container: Container(event.SystemEvent) = try .init(std.testing.allocator, .{
|
||||
.border = .{
|
||||
.color = .blue,
|
||||
.color = .green,
|
||||
.sides = .horizontal,
|
||||
},
|
||||
}, .{});
|
||||
|
||||
Reference in New Issue
Block a user