minor fix

This commit is contained in:
Ryan Zhao 2023-08-21 14:15:49 +10:00
parent 73ab8af072
commit ff254f674a
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ public struct SessionTextField: View {
.bold()
.font(.system(size: Values.mediumFontSize))
.foregroundColor(themeColor: .danger)
.multilineTextAlignment(.center)
}
}
}