Update ModuleAdditionSettingsView.swift
Some checks are pending
Build and Release IPA / Build IPA (push) Waiting to run

This commit is contained in:
Francesco 2025-05-11 17:31:08 +02:00
parent 41efac21f2
commit 1839f31f9a

View file

@ -131,7 +131,7 @@ struct ModuleAdditionSettingsView: View {
self.presentationMode.wrappedValue.dismiss()
}) {
Text("Cancel")
.foregroundColor(.accentColor)
.foregroundColor((Color.accentColor))
.padding(.top, 10)
}
}