From 843e3d81bc1947e8bc453951cd81da6ab2c13aa2 Mon Sep 17 00:00:00 2001 From: MinamiFunakoshiTR Date: Tue, 20 May 2025 13:38:43 -0700 Subject: [PATCH] formats --- src/components/Theme/@types/component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Theme/@types/component.ts b/src/components/Theme/@types/component.ts index b8e93e9e..c771d653 100644 --- a/src/components/Theme/@types/component.ts +++ b/src/components/Theme/@types/component.ts @@ -50,7 +50,7 @@ export interface Theme { export interface CustomProperties { [key: string]: string | number | boolean | object | []; } - + export interface CustomTheme { colour?: Partial; font?: Partial;