File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
FirebaseAuth/Tests/SampleSwift/AuthenticationExample/CustomViews Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,10 +101,10 @@ extension LoginView {
101101 . padding ( . bottom)
102102
103103 TextField ( " Email " , text: $email)
104- . textFieldStyle ( SymbolTextField ( symbolName: " person.crop.circle " ) )
104+ . textFieldStyle ( SymbolTextFieldStyle ( symbolName: " person.crop.circle " ) )
105105
106106 TextField ( " Password " , text: $password)
107- . textFieldStyle ( SymbolTextField ( symbolName: " lock.fill " ) )
107+ . textFieldStyle ( SymbolTextFieldStyle ( symbolName: " lock.fill " ) )
108108 . padding ( . bottom)
109109
110110 Group {
@@ -136,7 +136,7 @@ extension LoginView {
136136 }
137137}
138138
139- private struct SymbolTextField : TextFieldStyle {
139+ private struct SymbolTextFieldStyle : TextFieldStyle {
140140 let symbolName : String
141141
142142 func _body( configuration: TextField < Self . _Label > ) -> some View {
You can’t perform that action at this time.
0 commit comments