ExpandableText
ExpandableText copied to clipboard
[BREAKING] Use foregroundStyle instead of foregroundColor
As warned by Xcode for iOS 17+, in a future version of iOS, foregroundColor will be deprecated. This PR updates the foregroundColor and moreButtonColor modifiers to use ShapeStyle, instead of Color values.
Since foregroundStyle is only available in iOS 15+, this is a breaking change.