mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
slight tweaks
This commit is contained in:
@@ -17,7 +17,7 @@ struct ThemeEditorView: View {
|
||||
|
||||
var body: some View {
|
||||
ZStack {
|
||||
hostsManager.selectedTheme.background.suiColor.opacity(0.7)
|
||||
hostsManager.selectedTheme.background.suiColor.opacity(0.5)
|
||||
.ignoresSafeArea(.all)
|
||||
NavigationStack {
|
||||
ZStack {
|
||||
@@ -46,7 +46,6 @@ struct ThemeEditorView: View {
|
||||
.padding(10)
|
||||
}
|
||||
.fixedSize(horizontal: false, vertical: true)
|
||||
.background(.black)
|
||||
.padding(.horizontal)
|
||||
|
||||
List {
|
||||
@@ -74,6 +73,7 @@ struct ThemeEditorView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.scrollContentBackground(.hidden)
|
||||
.navigationTitle("Edit Theme")
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.toolbar {
|
||||
|
||||
Reference in New Issue
Block a user