This commit is contained in:
Aakiyaru 2025-05-27 19:27:34 +07:00
parent c704202517
commit 55701d549c

View File

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