refactor: add color assets and update UI components
This commit is contained in:
@@ -23,3 +23,8 @@ struct AppTextField: View {
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
AppTextField(title: "Email", icon: "envelope.fill", text: .constant("user@example.com"))
|
||||
.padding()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user