Skip to content

Commit

Permalink
Update Read.ME
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-amisha-i committed Dec 12, 2024
1 parent 0125615 commit a970da5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Splito/UI/Login/EmailLogin/EmailLoginView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ private struct EmailInputFieldView: View {
.font(.subTitle3())
.foregroundStyle(primaryText)
.tint(primaryColor)
.autocorrectionDisabled()
.autocapitalization(.none)
.focused(focusedField, equals: .email)
.submitLabel(.next)
Expand Down Expand Up @@ -139,6 +140,7 @@ private struct PasswordInputFieldView: View {
.font(.subTitle3())
.foregroundStyle(primaryText)
.tint(primaryColor)
.autocorrectionDisabled()
.autocapitalization(.none)
.submitLabel(.done)
.padding(.vertical, 12)
Expand Down

0 comments on commit a970da5

Please sign in to comment.