diff --git a/AIStudyApp/AIStudyApp/Features/Profile/SettingsView.swift b/AIStudyApp/AIStudyApp/Features/Profile/SettingsView.swift index 1d23fab..4601afe 100644 --- a/AIStudyApp/AIStudyApp/Features/Profile/SettingsView.swift +++ b/AIStudyApp/AIStudyApp/Features/Profile/SettingsView.swift @@ -37,7 +37,7 @@ struct SettingsView: View { }.foregroundColor(.primary) ZXSettingDivider() NavigationLink(value: Route.methodPreference) { - ZXSettingRow(title: "学习方法偏好", value: "间隔回忆 · 费曼技巧", icon: "icon-method", isCustom: true, color: Color.zxF05) + ZXSettingRow(title: "学习方法偏好", value: "间隔回忆 · 费曼技巧", icon: "icon-method", color: Color.zxF05, isCustom: true) }.foregroundColor(.primary) } .background(Color.zxFill004).clipShape(RoundedRectangle(cornerRadius: 20))