From c795ef5a547c4bb350fbe8ac4056555fe6906506 Mon Sep 17 00:00:00 2001 From: Malin Date: Tue, 10 Mar 2026 09:52:48 +0100 Subject: [PATCH] fix: replace colorScheme on Progress with sx workaround for Chakra 2.2.1 type strictness --- components/DocumentTranslator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/DocumentTranslator.tsx b/components/DocumentTranslator.tsx index 6ac2f34..de03647 100644 --- a/components/DocumentTranslator.tsx +++ b/components/DocumentTranslator.tsx @@ -211,7 +211,7 @@ const DocumentTranslator: FC = () => { {/* Progress */} {stage === "translating" && ( - + div": { background: "var(--chakra-colors-lingva-400)" } }} /> Translating… this may take a moment for large documents.