ExpandableText icon indicating copy to clipboard operation
ExpandableText copied to clipboard

[BREAKING] Use foregroundStyle instead of foregroundColor

Open daneden opened this issue 1 year ago • 0 comments

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.

daneden avatar Jul 10 '24 09:07 daneden