From e9297d312f8e4cdc1df9e457e4b58da95e50655e Mon Sep 17 00:00:00 2001 From: umar-mk Date: Mon, 20 Apr 2026 01:09:38 +0500 Subject: [PATCH] Fix theme toggle scroll reset --- freewrite/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freewrite/ContentView.swift b/freewrite/ContentView.swift index c4c08cd..00fc961 100644 --- a/freewrite/ContentView.swift +++ b/freewrite/ContentView.swift @@ -895,7 +895,7 @@ struct ContentView: View { .lineSpacing(lineHeight) .frame(maxWidth: 650) .padding(.top, 40) - .id("\(selectedFont)-\(fontSize)-\(colorScheme)") + .id("\(selectedFont)-\(fontSize)") .padding(.bottom, bottomNavOpacity > 0 ? navHeight : 0) .colorScheme(colorScheme) .onAppear {