diff options
Diffstat (limited to 'Hutch/Views/More/AddAccountView.swift')
| -rw-r--r-- | Hutch/Views/More/AddAccountView.swift | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Hutch/Views/More/AddAccountView.swift b/Hutch/Views/More/AddAccountView.swift index cfaa2b2..c15db09 100644 --- a/Hutch/Views/More/AddAccountView.swift +++ b/Hutch/Views/More/AddAccountView.swift @@ -15,6 +15,7 @@ struct AddAccountView: View { SecureField("Personal Access Token", text: $token) .autocorrectionDisabled() .textInputAutocapitalization(.never) + .themedRow() } footer: { Text("Generate a token at meta.sr.ht → OAuth2 clients.") } @@ -23,9 +24,11 @@ struct AddAccountView: View { Section { Text(errorMessage) .foregroundStyle(.red) + .themedRow() } } } + .themedList() .navigationTitle("Add Account") .navigationBarTitleDisplayMode(.inline) .toolbar { |
