Skip to content

Commit

Permalink
Fix store surface color #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Jul 17, 2023
1 parent a176ae4 commit 1b2d66d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
WITH_V: false
DEFAULT_BUMP: patch
2 changes: 1 addition & 1 deletion Sources/OversizeKit/StoreKit/Views/StoreFeaturesView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct StoreFeaturesView: View {
}
}
.onPrimaryHighEmphasisForegroundColor()
.iconOnSurface()
.iconOnSurface(surfaceSolor: backgroundColor(feature: feature))
}
.rowArrow()
.rowIconBackgroundColor(backgroundColor(feature: feature))
Expand Down

0 comments on commit 1b2d66d

Please sign in to comment.