From 1b2d66d851195ed455e49035ffe17c5a356585f6 Mon Sep 17 00:00:00 2001 From: Alexander Romanov Date: Mon, 17 Jul 2023 23:35:36 +0300 Subject: [PATCH] Fix store surface color #patch --- .github/workflows/bump.yml | 1 - Sources/OversizeKit/StoreKit/Views/StoreFeaturesView.swift | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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))