add(examples/styles): color palette to showcase all available colors to render (except for .default)
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 54s

This commit is contained in:
2025-02-21 16:43:03 +01:00
parent 16724f6a52
commit c0c0590bb9
4 changed files with 110 additions and 3 deletions

View File

@@ -51,7 +51,6 @@ pub fn main() !void {
const element = quit_text.element();
var container = try App.Container.init(allocator, .{
.border = .{},
.layout = .{
.gap = 2,
.padding = .{ .top = 5, .bottom = 3, .left = 3, .right = 3 },