From 2a96457a424adb20801bff7a86bc04139cf8ce08 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Fri, 20 Jun 2025 06:52:57 -0700 Subject: [PATCH] adjust forground style of key regenerate description --- Meshtastic/Views/Settings/Config/SecurityConfig.swift | 1 + 1 file changed, 1 insertion(+) 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) } }