mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
Update ModuleAdditionSettingsView.swift
Some checks are pending
Build and Release IPA / Build IPA (push) Waiting to run
Some checks are pending
Build and Release IPA / Build IPA (push) Waiting to run
This commit is contained in:
parent
41efac21f2
commit
1839f31f9a
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ struct ModuleAdditionSettingsView: View {
|
|||
self.presentationMode.wrappedValue.dismiss()
|
||||
}) {
|
||||
Text("Cancel")
|
||||
.foregroundColor(.accentColor)
|
||||
.foregroundColor((Color.accentColor))
|
||||
.padding(.top, 10)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue