diff --git a/Passepartout/App/Views/ProfileRow.swift b/Passepartout/App/Views/ProfileRow.swift index 23cca71f..3adf6360 100644 --- a/Passepartout/App/Views/ProfileRow.swift +++ b/Passepartout/App/Views/ProfileRow.swift @@ -40,6 +40,7 @@ struct ProfileRow: View { VPNStateView(isActive: isActive) .font(.subheadline) + .themeSecondaryTextStyle() }.padding([.top, .bottom], 10) }