diff --git a/Shared/views/SettingsView/SettingsView.swift b/Shared/views/SettingsView/SettingsView.swift index d66106a..4e03023 100644 --- a/Shared/views/SettingsView/SettingsView.swift +++ b/Shared/views/SettingsView/SettingsView.swift @@ -34,14 +34,15 @@ struct SettingsView: View { closeButtonView .padding() - cloudKitEnable +// cloudKitEnable canDelete showOnboardingButton - whyBackgroundMode specialThanksCell } Group { + Divider() + Text("Test builds only") addTestDataCell clearDB randomIcons @@ -52,6 +53,7 @@ struct SettingsView: View { exportData importData + Divider() } Spacer() @@ -307,6 +309,7 @@ struct SettingsView: View { EventLogger.log(event: "export_data", withData: ["title": "default"]) }, label: { Text("Export") + .foregroundColor(textColor) }) .padding() } @@ -322,6 +325,7 @@ struct SettingsView: View { EventLogger.log(event: "import_data", withData: ["title": "default"]) }, label: { Text("Import") + .foregroundColor(textColor) }) .padding() }