nalexn / ViewInspector

Runtime introspection and unit testing of SwiftUI views
MIT License
2.09k stars 145 forks source link

add foregroundStyle() support #264

Closed nh7a closed 9 months ago

nh7a commented 9 months ago

This PR adds foregroundStyle() support since foregroundColor() has been deprecated.

nalexn commented 9 months ago

Thank you for the contribution @nh7a !