diff --git a/src/components/Theme/@types/component.ts b/src/components/Theme/@types/component.ts index c9fd9eeb..325faed0 100644 --- a/src/components/Theme/@types/component.ts +++ b/src/components/Theme/@types/component.ts @@ -50,4 +50,5 @@ export interface Theme { export interface CustomTheme { colour?: Partial; font?: Partial; - [customProperty: string]: unknown;} \ No newline at end of file + [customProperty: string]: unknown; +}