Skip to content

Commit

Permalink
fix(templates): type error in app config
Browse files Browse the repository at this point in the history
Resolves #2481
  • Loading branch information
benjamincanac committed Oct 28, 2024
1 parent 94c4918 commit 77d18d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ type AppConfigUI = {
neutral?: NeutralColor
}
icons?: Partial<typeof icons>
} & DeepPartial<typeof ui, string>
} & DeepPartial<typeof ui>
declare module '@nuxt/schema' {
interface AppConfigInput {
Expand Down

0 comments on commit 77d18d8

Please sign in to comment.