diff --git a/Meshtastic/Views/Settings/Config/SecurityConfig.swift b/Meshtastic/Views/Settings/Config/SecurityConfig.swift index 8a927993..e252819a 100644 --- a/Meshtastic/Views/Settings/Config/SecurityConfig.swift +++ b/Meshtastic/Views/Settings/Config/SecurityConfig.swift @@ -163,6 +163,7 @@ struct SecurityConfig: View { .controlSize(.small) } Text("Generate a new private key to replace the one currently in use. The public key will automatically be regenerated from your private key.") + .foregroundStyle(.secondary) .font(idiom == .phone ? .caption : .callout) } }