diff --git a/src/modules/theme/services/AppThemes.ts b/src/modules/theme/services/AppThemes.ts index a6c375a5..638e8887 100644 --- a/src/modules/theme/services/AppThemes.ts +++ b/src/modules/theme/services/AppThemes.ts @@ -29,6 +29,8 @@ export const getTheme = (id: AppThemes, customThemes: Record = return { // @ts-ignore - custom themes do not have a "getName" function getName: () => id, + // @ts-ignore - app themes do not have the "id" prop by default + id, ...theme, }; } catch (e) {