Skip to content

Commit fbf7029

Browse files
committed
fix: presets not being defined
1 parent abaea23 commit fbf7029

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/types/addon.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ export const theme = common.extend({
6161
default: z.boolean().optional(),
6262
})
6363
.array()
64-
.optional(),
64+
.optional()
65+
.nullable(),
6566
});
6667

6768
export type ThemeManifest = z.infer<typeof theme>;

0 commit comments

Comments
 (0)