ios-rebuild #3

Merged
simonfranken merged 6 commits from ios-rebuild into main 2026-02-23 16:57:47 +00:00
Showing only changes of commit ef38578596 - Show all commits

View File

@@ -18,7 +18,7 @@ struct SettingsView: View {
Text(user.username.prefix(1).uppercased()) Text(user.username.prefix(1).uppercased())
.font(.title3) .font(.title3)
.fontWeight(.semibold) .fontWeight(.semibold)
.foregroundStyle(.accentColor) .foregroundStyle(Color.accentColor)
) )
VStack(alignment: .leading, spacing: 2) { VStack(alignment: .leading, spacing: 2) {
Text(user.fullName ?? user.username) Text(user.fullName ?? user.username)