From 6eae3795619765f5b668344e827ce2c595681721 Mon Sep 17 00:00:00 2001 From: Davletov Almir Date: Wed, 1 Nov 2023 16:19:00 -0700 Subject: [PATCH] feat: add missing codeFold to ReactDiffViewerStylesOverride --- src/styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles.ts b/src/styles.ts index f11930c5..fc263056 100644 --- a/src/styles.ts +++ b/src/styles.ts @@ -72,6 +72,7 @@ export interface ReactDiffViewerStylesOverride { wordAdded?: Interpolation; wordRemoved?: Interpolation; codeFoldGutter?: Interpolation; + codeFold?: Interpolation; emptyLine?: Interpolation; content?: Interpolation; titleBlock?: Interpolation;