fix teststring textbox in fontsmanager

This commit is contained in:
neon443
2025-08-17 17:47:25 +01:00
parent 4f9055b58f
commit ce11f18455
4 changed files with 9 additions and 3 deletions

View File

@@ -78,6 +78,9 @@ struct ContentView: View {
}
.scrollContentBackground(.hidden)
}
.colorScheme(hostsManager.selectedTheme.background.luminance > 0.5 ? .light : .dark)
.tint(hostsManager.tint)
.navigationTitle("ShhShell")
.toolbar {
ToolbarItem(placement: .confirmationAction) {