diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 4c6a5a8..fb1699e 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -18,4 +18,3 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }} WITH_V: false - DEFAULT_BUMP: patch diff --git a/Sources/OversizeKit/StoreKit/Views/StoreFeaturesView.swift b/Sources/OversizeKit/StoreKit/Views/StoreFeaturesView.swift index e07c91a..cb1554a 100644 --- a/Sources/OversizeKit/StoreKit/Views/StoreFeaturesView.swift +++ b/Sources/OversizeKit/StoreKit/Views/StoreFeaturesView.swift @@ -32,7 +32,7 @@ struct StoreFeaturesView: View { } } .onPrimaryHighEmphasisForegroundColor() - .iconOnSurface() + .iconOnSurface(surfaceSolor: backgroundColor(feature: feature)) } .rowArrow() .rowIconBackgroundColor(backgroundColor(feature: feature))