From 54c45e34a3dada4d4f9dc91aeec3b2dcb2dc5c0a Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:19 +0000 Subject: [PATCH] =?UTF-8?q?=C2=A9=EF=B8=8F=20colorDiff.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/StructuredDiff/colorDiff.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/StructuredDiff/colorDiff.ts b/src/components/StructuredDiff/colorDiff.ts index d3abaa2..a12cbe4 100644 --- a/src/components/StructuredDiff/colorDiff.ts +++ b/src/components/StructuredDiff/colorDiff.ts @@ -35,3 +35,4 @@ export function getSyntaxTheme(themeName: string): SyntaxTheme | null { ? nativeGetSyntaxTheme(themeName) : null } +