mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 05:19:13 +00:00
tiny change
This commit is contained in:
@@ -64,6 +64,7 @@ struct KeyManagerView: View {
|
|||||||
}
|
}
|
||||||
.sheet(isPresented: $showImporter) {
|
.sheet(isPresented: $showImporter) {
|
||||||
KeyImporterView(keyManager: keyManager)
|
KeyImporterView(keyManager: keyManager)
|
||||||
|
.colorScheme(hostsManager.selectedTheme.background.luminance > 0.5 ? .light : .dark)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.scrollContentBackground(.hidden)
|
.scrollContentBackground(.hidden)
|
||||||
|
|||||||
Reference in New Issue
Block a user