fix
This commit is contained in:
parent
c704202517
commit
55701d549c
@ -107,7 +107,7 @@ public struct CustomTextField: View {
|
|||||||
}.padding(.horizontal, 14)
|
}.padding(.horizontal, 14)
|
||||||
}
|
}
|
||||||
if error {
|
if error {
|
||||||
Text("Введите ваше имя")
|
Text(errorText)
|
||||||
.robotoFlex(size: 14)
|
.robotoFlex(size: 14)
|
||||||
.foregroundStyle(Color("hex#FD3535", bundle: .module))
|
.foregroundStyle(Color("hex#FD3535", bundle: .module))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user