We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f43b94 commit 4a0124eCopy full SHA for 4a0124e
1 file changed
packages/schemas/src/themes.ts
@@ -190,6 +190,7 @@ export const ThemeNameSchema = z.enum(
190
"witch_girl",
191
"pale_nimbus",
192
"spiderman",
193
+ "pilot",
194
],
195
{
196
errorMap: customEnumErrorHandler("Must be a known theme"),
0 commit comments