fix(container/border): correct location and rendering of separators between child elements

This commit is contained in:
2025-02-15 11:10:37 +01:00
parent 26d31a38de
commit a6aa6e5150
2 changed files with 18 additions and 16 deletions

View File

@@ -28,10 +28,9 @@ pub fn main() !void {
.color = .blue,
.corners = .rounded,
.sides = .all(),
.separator = .{ .enabled = false },
.separator = .{ .enabled = true },
},
.layout = .{
.gap = 2,
.padding = .all(5),
.direction = .vertical,
},