feat(tabs): improve tab styling and make tabs user stylable
This commit is contained in:
parent
80e8f0ebda
commit
917462a6e3
3 changed files with 241 additions and 56 deletions
|
@ -577,7 +577,7 @@ fn config_eql(comptime T: type, a: T, b: T) bool {
|
|||
else => {},
|
||||
}
|
||||
switch (@typeInfo(T)) {
|
||||
.Bool, .Int, .Float => return a == b,
|
||||
.Bool, .Int, .Float, .Enum => return a == b,
|
||||
else => {},
|
||||
}
|
||||
@compileError("unsupported config type " ++ @typeName(T));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue