mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-11 01:04:05 +01:00
AddFeedbinAccountView.swift foreground colour
This commit is contained in:
parent
762417e2ba
commit
56f26c0c3d
@ -159,8 +159,8 @@ struct AddFeedbinAccountView: View {
|
|||||||
HStack {
|
HStack {
|
||||||
Spacer()
|
Spacer()
|
||||||
VStack(spacing: 8) {
|
VStack(spacing: 8) {
|
||||||
Text("Sign in to your Feedbin account and sync your subscriptions across your devices. Your username and password and password will be encrypted and stored in Keychain.")
|
Text("Sign in to your Feedbin account and sync your subscriptions across your devices. Your username and password and password will be encrypted and stored in Keychain.").foregroundColor(.secondary)
|
||||||
Text("Don't have a Feedbin account?")
|
Text("Don't have a Feedbin account?").foregroundColor(.secondary)
|
||||||
Button(action: {}, label: {
|
Button(action: {}, label: {
|
||||||
Text("Sign Up Here").foregroundColor(.blue).multilineTextAlignment(.center)
|
Text("Sign Up Here").foregroundColor(.blue).multilineTextAlignment(.center)
|
||||||
}).disabled(model.username.isEmpty || model.password.isEmpty)
|
}).disabled(model.username.isEmpty || model.password.isEmpty)
|
||||||
|
Loading…
Reference in New Issue
Block a user