diff --git a/Passepartout/App/Constants/Theme.swift b/Passepartout/App/Constants/Theme.swift index 13e8a7e4..5f4f8078 100644 --- a/Passepartout/App/Constants/Theme.swift +++ b/Passepartout/App/Constants/Theme.swift @@ -290,6 +290,10 @@ extension View { tint(themePrimaryBackgroundColor) } + func themeTextButtonStyle() -> some View { + accentColor(.primary) + } + func themeLongTextStyle() -> some View { lineLimit(1) .truncationMode(.middle) diff --git a/Passepartout/App/Views/OrganizerView+Profiles.swift b/Passepartout/App/Views/OrganizerView+Profiles.swift index e7842893..3f9aa92b 100644 --- a/Passepartout/App/Views/OrganizerView+Profiles.swift +++ b/Passepartout/App/Views/OrganizerView+Profiles.swift @@ -101,7 +101,7 @@ extension OrganizerView { header: header, isActive: profileManager.isActiveProfile(header.id) ) - } + }.themeTextButtonStyle() } private var hiddenProfileLink: some View {