diff --git a/ios/TimeTracker/TimeTracker/Features/Settings/SettingsView.swift b/ios/TimeTracker/TimeTracker/Features/Settings/SettingsView.swift index 0c10cb7..6e8a4fc 100644 --- a/ios/TimeTracker/TimeTracker/Features/Settings/SettingsView.swift +++ b/ios/TimeTracker/TimeTracker/Features/Settings/SettingsView.swift @@ -18,7 +18,7 @@ struct SettingsView: View { Text(user.username.prefix(1).uppercased()) .font(.title3) .fontWeight(.semibold) - .foregroundStyle(.accentColor) + .foregroundStyle(Color.accentColor) ) VStack(alignment: .leading, spacing: 2) { Text(user.fullName ?? user.username)