adjust forground style of key regenerate description

This commit is contained in:
Garth Vander Houwen 2025-06-20 06:52:57 -07:00
parent 5868261f6d
commit 2a96457a42

View file

@ -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)
}
}