From 25c6f2a3ad0b0200e79cc8c6f919089158dff4ed Mon Sep 17 00:00:00 2001 From: MinamiFunakoshiTR Date: Wed, 21 May 2025 07:55:58 -0700 Subject: [PATCH] merge fix --- src/components/Theme/@types/component.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Theme/@types/component.ts b/src/components/Theme/@types/component.ts index de6b4631..c9fd9eeb 100644 --- a/src/components/Theme/@types/component.ts +++ b/src/components/Theme/@types/component.ts @@ -50,5 +50,4 @@ export interface Theme { export interface CustomTheme { colour?: Partial; font?: Partial; - customProperties?: unknown; -} \ No newline at end of file + [customProperty: string]: unknown;} \ No newline at end of file