tiny change

This commit is contained in:
neon443
2025-08-14 11:31:30 +01:00
parent c625b53195
commit d32356eaf6

View File

@@ -64,6 +64,7 @@ struct KeyManagerView: View {
}
.sheet(isPresented: $showImporter) {
KeyImporterView(keyManager: keyManager)
.colorScheme(hostsManager.selectedTheme.background.luminance > 0.5 ? .light : .dark)
}
}
.scrollContentBackground(.hidden)